You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: .travis.yml
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,6 @@ before_install:
15
15
- if [[ "$DRIVER" == "google-chrome" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi
16
16
- 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
17
17
- 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
22
18
- gem install bundler
23
19
before_script:
24
20
- cd spec/test_app
@@ -31,8 +27,4 @@ before_script:
31
27
- if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi
32
28
- if [[ "$DRIVER" == "google-chrome" ]]; then which chromedriver; fi
33
29
- 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
0 commit comments