Skip to content

Commit

Permalink
#43 - Puppeteer browser launch throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvel committed Oct 19, 2019
1 parent 337bbb7 commit 1501339
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,13 @@ cache:
- node_modules
before_script:
- npm install
- "sysctl kernel.unprivileged_userns_clone=1"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- npm test
- npm test
addons:
apt:
packages:
# This is required to run new chrome on old trusty
- libnss3

0 comments on commit 1501339

Please sign in to comment.