Files
seasonedShows/.travis.yml

12 lines
161 B
YAML

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