Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit a3f8397

Browse files
committed
Remove X server, it seems to slow down the FireFox tests
1 parent 015f489 commit a3f8397

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ before_install:
2323
- if [[ "$DRIVER" == "firefox" ]]; then sudo mv geckodriver /usr/local/bin/; fi
2424
- gem install bundler
2525
before_script:
26-
- "export DISPLAY=:99.0"
27-
- "sh -e /etc/init.d/xvfb start"
28-
- sleep 3 # give xvfb some time to start
2926
- cd spec/test_app
3027
- bundle install --jobs=3 --retry=3
3128
- bundle exec rails db:setup

0 commit comments

Comments
 (0)