Files
seasonedShows/.travis.yml

13 lines
178 B
YAML

language: node_js
node_js: '8.7.0'
git:
submodules: true
script:
- yarn test
- yarn cov
before_install:
- cd seasoned_api
before_script: yarn
cache: false
os: linux