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

Commit ee93d60

Browse files
committed
Disable FireFox tests (Refs: #273)
1 parent a3f8397 commit ee93d60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ rvm:
66
- ruby-head
77
env:
88
- DRIVER=google-chrome TZ=Europe/Berlin
9-
- DRIVER=firefox TZ=Europe/Berlin MOZ_HEADLESS=1
109

1110
matrix:
1211
fast_finish: true
1312
allow_failures:
1413
- rvm: ruby-head
15-
- env: DRIVER=firefox TZ=Europe/Berlin MOZ_HEADLESS=1
1614
before_install:
1715
- if [[ "$DRIVER" == "google-chrome" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi
1816
- if [[ "$DRIVER" == "google-chrome" ]]; then echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list; fi

0 commit comments

Comments
 (0)