Files
seasonedShows/.travis.yml

13 lines
177 B
YAML

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