Skip to content

Commit

Permalink
Remove unused browser configuration from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Nov 15, 2016
1 parent 2a6573f commit c6b7da3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,10 @@ language: node_js
node_js:
- stable

env:
- BROWSER=ChromeCi
- BROWSER=Firefox

cache:
directories:
- node_modules

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

branches:
only:
- master

0 comments on commit c6b7da3

Please sign in to comment.