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

Commit dd9d9f4

Browse files
committed
Remove Firefox test
1 parent 9927cb3 commit dd9d9f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ before_install:
1515
- if [[ "$DRIVER" == "google-chrome" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi
1616
- 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
1717
- if [[ "$DRIVER" == "google-chrome" ]]; then sudo apt-get update -qq && sudo apt-get install -qq -y google-chrome-stable; fi
18-
- if [[ "$DRIVER" == "firefox" ]]; then sudo apt-get update -qq && sudo apt-get install -qq -y firefox; fi
19-
- if [[ "$DRIVER" == "firefox" ]]; then wget -q https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.tar.gz; fi
20-
- if [[ "$DRIVER" == "firefox" ]]; then tar zxf geckodriver-v0.21.0-linux64.tar.gz; fi
21-
- if [[ "$DRIVER" == "firefox" ]]; then sudo mv geckodriver /usr/local/bin/; fi
2218
- gem install bundler
2319
before_script:
2420
- cd spec/test_app
@@ -31,8 +27,4 @@ before_script:
3127
- if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi
3228
- if [[ "$DRIVER" == "google-chrome" ]]; then which chromedriver; fi
3329
- if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi
34-
- if [[ "$DRIVER" == "firefox" ]]; then firefox --version; fi
35-
- if [[ "$DRIVER" == "firefox" ]]; then geckodriver --version; fi
36-
- if [[ "$DRIVER" == "firefox" ]]; then which firefox; fi
37-
- if [[ "$DRIVER" == "firefox" ]]; then which geckodriver; fi
3830
script: bundle exec rspec

0 commit comments

Comments
 (0)