Skip to content

Commit

Permalink
Add Google Chrome to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf committed Jun 13, 2018
1 parent 53f771c commit 4e7b3f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ coverage/
.nyc*
personal.Procfile
example.pdf
yarn-error.log
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,6 +1,10 @@
language: node_js
node_js:
- "node"
addons:
chrome: stable
before_install:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
script:
- npm run testncov
after_success:
Expand Down

0 comments on commit 4e7b3f3

Please sign in to comment.