Testing #90

Merged
KevinMidboe merged 9 commits from testing into master 2018-03-19 15:28:45 +00:00
Showing only changes of commit 8850f06e3e - Show all commits

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