Testing #72

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

View File

@@ -1,14 +1,13 @@
{
'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': 'linux',
'os': 'osx',
}