Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zship committed Apr 13, 2016
1 parent 6779326 commit af53761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ script:

before_install:
- sudo apt-get update
- sudo apt-get install -y wget gdebi xvfb
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo gdebi --n google-chrome*.deb
- sudo dpkg -i google-chrome*.deb
- sudo apt-get -f -y install
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo Xvfb :99 -ac &

0 comments on commit af53761

Please sign in to comment.