Back to linux. plz fix plzzzzz

This commit is contained in:
2017-12-21 00:38:46 +01:00
parent f0e8f84e12
commit e6a34a0503

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