Building with osx now

This commit is contained in:
2017-12-20 23:20:49 +01:00
parent 0459fb9312
commit f0e8f84e12

View File

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