Skip to content

Commit

Permalink
fix: travis ci chrome env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Sep 4, 2017
1 parent 0b65ae5 commit 94e571b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
dist: trusty
addons:
chrome: stable
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
node_js:
- "6"
script:
Expand Down

0 comments on commit 94e571b

Please sign in to comment.