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 @@
{
'dist': 'trusty',
'language': 'node_js',
'node_js': '8.7.0',
'cache': 'yarn',
'scripts': [
'npm run test'
],
'before_install': [
'cd seasoned_api',
],
'before_script': 'yarn',
'os': 'linux',
}
language: node_js
node_js: '8.7.0'
git:
submodules: false
script:
yarn test
before_install:
- cd seasoned_api
before_script: yarn
cache: false
os: linux