Skip to content

Commit

Permalink
Fixed chrome install in travis (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorem--ipsum committed Apr 25, 2016
1 parent 09bc201 commit e67d267
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: node_js
node_js:
- '0.12'
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_install:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-get update || true
- sudo apt-get install google-chrome-stable
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./kickstart.sh
Expand Down

0 comments on commit e67d267

Please sign in to comment.