Skip to content

Commit

Permalink
adding atoms tests for firefox (legacy) to travis, allowing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent 9bb63d9 commit f72741d
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 @@ -17,6 +17,7 @@ env:
- TASK=build
- TASK=atoms
- TASK=atoms_tests TARGET=chrome
- TASK=atoms_tests TARGET=ff-legacy
- TASK=java TARGET=java_small_tests
- TASK=java TARGET=chrome
- TASK=java TARGET=chrome-rc-test
Expand Down Expand Up @@ -54,6 +55,7 @@ matrix:
- env: TASK=java TARGET=ff-legacy
- env: TASK=java TARGET=firefox-rc-test
- env: TASK=java TARGET=chrome-rc-test
- env: TASK=atoms_tests TARGET=ff-legacy
before_script:
- sh -e /etc/init.d/xvfb start
script:
Expand Down Expand Up @@ -117,6 +119,9 @@ script:
- |
if [[ $TASK == "atoms_tests" ]]; then
./go calcdeps
if [[ $TARGET == "ff-legacy" ]]; then
TARGET=firefox
fi
./go //javascript/atoms:atoms-$TARGET:run //javascript/webdriver:webdriver-$TARGET:run //javascript/selenium-atoms:selenium-atoms-$TARGET:run //javascript/selenium-core:selenium-core-$TARGET:run
fi
- |
Expand Down

0 comments on commit f72741d

Please sign in to comment.