Skip to content

Commit

Permalink
fix bash syntax for case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent 9cb0c8d commit 9bb63d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,21 @@ script:
case $TARGET in
ff-legacy)
./go test_firefox
;;
firefox)
./go //java/client/test/org/openqa/selenium/firefox:marionette:run
;;
# -rc are the WebDriverBackedSelenium tests
firefox-rc-test)
./go //java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
;;
chrome-rc-test)
./go //java/client/test/com/thoughtworks/selenium:chrome-rc-test:run
;;
*)
./go test_$TARGET
;;
esac
fi
- |
Expand Down

0 comments on commit 9bb63d9

Please sign in to comment.