Skip to content

Commit

Permalink
build(travis): use latest google chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere committed Mar 13, 2016
1 parent 515a635 commit 1bd408f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ addons:
firefox: "latest"

before_install:
- export CHROME_BIN=chromium-browser
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb

after_script:
- npm run coverage

0 comments on commit 1bd408f

Please sign in to comment.