Skip to content

Commit

Permalink
Trying to fix chrome travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMurphy committed Jun 3, 2016
1 parent 93bfe38 commit da212df
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
language: node_js
node_js:
- 4.2.3
- "5"
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get upgrade -y lsb-base libstdc++6
- 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
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- chmod +x ./deploy.sh
after_script:
Expand Down

0 comments on commit da212df

Please sign in to comment.