Testing #72

Merged
KevinMidboe merged 23 commits from testing into master 2018-01-09 15:56:45 +00:00
Showing only changes of commit e6a34a0503 - Show all commits

View File

@@ -1,13 +1,14 @@
{
'dist': 'trusty',
'language': 'node_js',
'node_js': '8.7.0',
'cache': 'yarn',
'scripts': [
' npm run test',
'npm run test'
],
'before_install': [
'cd seasoned_api',
],
'before_script': 'yarn',
'os': 'osx',
'os': 'linux',
}