Files
seasonedShows/.travis.yml
2018-03-19 16:15:31 +01:00

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