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

Commit a08a7db

Browse files
committed
fix
1 parent 3f303a2 commit a08a7db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ before_script:
2323
- if [[ "$DRIVER" == "travis" ]]; then google-chrome --version; fi
2424
- if [[ "$DRIVER" == "travis" ]]; then which chromedriver; fi
2525
- if [[ "$DRIVER" == "travis" ]]; then which google-chrome; fi
26-
- if [[ "$DRIVER" == "beheaded" ]]; firefox --version; fi
27-
- if [[ "$DRIVER" == "beheaded" ]]; geckodriver --version; fi
28-
- if [[ "$DRIVER" == "beheaded" ]]; which firefox; fi
29-
- if [[ "$DRIVER" == "beheaded" ]]; which geckodriver; fi
26+
- if [[ "$DRIVER" == "beheaded" ]]; then firefox --version; fi
27+
- if [[ "$DRIVER" == "beheaded" ]]; then geckodriver --version; fi
28+
- if [[ "$DRIVER" == "beheaded" ]]; then which firefox; fi
29+
- if [[ "$DRIVER" == "beheaded" ]]; then which geckodriver; fi
3030
script: bundle exec rspec
3131
gemfile:
3232
- gemfiles/opal_0_11_react-rails_2_4.gemfile

0 commit comments

Comments
 (0)