Skip to content

Commit

Permalink
remove xvfb pre-test step in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson authored May 24, 2018
1 parent a40d839 commit 45f0f9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
addons:
chrome: stable
firefox: latest
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script: npm run test:browser
env:
- QUICKLY_TEST_BROWSERS_AVAILABLE_IN_CI=1 # kept here for easier reading of build log
Expand Down

0 comments on commit 45f0f9b

Please sign in to comment.