Skip to content

Commit

Permalink
[#894] second attempt at getting the latest chrome build possible
Browse files Browse the repository at this point in the history
  • Loading branch information
obiot committed Jul 13, 2017
1 parent fa17dbe commit 53e1ebb
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 @@ -10,9 +10,12 @@ addons:
chrome: stable # have Travis install chrome stable.

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"
- "npm install -g grunt-cli"

before_script:
Expand Down

0 comments on commit 53e1ebb

Please sign in to comment.