Updated travis config.

This commit is contained in:
2018-03-19 16:15:31 +01:00
parent e092eae60a
commit 8850f06e3e

View File

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