Skip to content

Commit

Permalink
revert: fix(resume): Enable puppeteer to run on the Travis boxes.
Browse files Browse the repository at this point in the history
Just follow the advice [here](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-on-travis-ci) and pass an environment variable through to `resume-cli` per randytarampi/resume-cli#bcae057aa7864e688c14902d980fb1ae14cca9eb.

This reverts commit eea60ff.
  • Loading branch information
randytarampi committed Aug 5, 2018
1 parent 94965d5 commit 6937694
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
dist: trusty
addons:
chrome: stable
node_js:
- '10'
- '8'
Expand All @@ -27,7 +25,6 @@ before_install:
- uname -a
- lscpu
- npm install -g npm
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
before_script:
- npx lerna run pretest
script:
Expand Down

0 comments on commit 6937694

Please sign in to comment.