12 lines
162 B
YAML
12 lines
162 B
YAML
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
|