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',
'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',
}