Skip to content

Commit

Permalink
xvfb fun
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejewski committed Jul 30, 2017
1 parent dc93c1c commit 96d3b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist: trusty
sudo: required
language: node_js
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install chromium-browser; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
Expand All @@ -14,4 +15,3 @@ node_js:
- node
addons:
chrome: stable
firefox: "52.2.1"

0 comments on commit 96d3b64

Please sign in to comment.