Skip to content

Commit

Permalink
Use evergreen Google Chrome instead of ancient Travis default (Chromi…
Browse files Browse the repository at this point in the history
…um 37.0.2062)

Thanks to LeaVerou/bliss#117
  • Loading branch information
jbinto committed Jan 25, 2016
1 parent 82e5ba5 commit defd4f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
language: node_js
sudo: true
node_js:
- "5"
- "4"
- "0.10"
- "stable"
script: npm run build
before_install:
- export CHROME_BIN=chromium-browser
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- 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
- sh -e /etc/init.d/xvfb start
notifications:
email:
Expand Down

0 comments on commit defd4f8

Please sign in to comment.