Skip to content

Commit

Permalink
fix : #117
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenpuglia committed Dec 15, 2015
1 parent 5bc7653 commit 5f98cf6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
language: node_js

sudo: true

node_js:
- "0.10"
- "0.12"

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

before_script:
- npm install -g gulp
Expand Down

0 comments on commit 5f98cf6

Please sign in to comment.