puppeteer/.travis.yml
2017-06-21 14:11:52 -07:00

18 lines
285 B
YAML

language: node_js
node_js:
- "7"
dist: trusty
env:
- DISABLE_CHROMIUM_SANDBOX=true
cache:
yarn: true
directories:
- node_modules
install:
- yarn install
# puppeteer's install script downloads Chrome
script:
- yarn run lint
- yarn run unit
- yarn run test-phantom