Skip to content

Commit

Permalink
Run puppeteer on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Buck committed Jun 29, 2018
1 parent 13b3150 commit e30c96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ before_script:
- git diff --exit-code # make sure that yarn.lock didn't change
- ./packages/blob-reader/scripts/update-fixtures.sh
- yarn package
after_script:
- yarn e2e
script:
- travis_retry yarn test
- yarn e2e
deploy:
- provider: releases
api_key: "$GH_DEPLOY"
Expand Down
1 change: 1 addition & 0 deletions jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
dumpio: true,
headless: false,
args: [
'--no-sandbox',
`--disable-extensions-except=${extPath}`,
`--load-extension=${extPath}`,
],
Expand Down

0 comments on commit e30c96c

Please sign in to comment.