Skip to content

Commit

Permalink
Reset travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Dec 20, 2016
1 parent 8cf1df0 commit c4ac5b9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ node_js:
- "node"

addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta

before_script:
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3

0 comments on commit c4ac5b9

Please sign in to comment.