Skip to content

Commit

Permalink
adding atoms_test, htmlunit tests to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent b16b657 commit 079a237
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
matrix:
- TASK=build
- TASK=atoms
- TASK=atoms_test
- TASK=atoms_tests TARGET=chrome
- TASK=atoms_tests TARGET=ff-legacy
- TASK=java TARGET=java_small_tests
Expand All @@ -25,6 +26,7 @@ env:
- TASK=java TARGET=ff-legacy
- TASK=java TARGET=firefox-rc-test
- TASK=java TARGET=grid TOXENV=chrome
- TASK=java TARGET=htmlunit
- TASK=api_docs TARGET=java
- TASK=api_docs TARGET=py_
- TASK=api_docs TARGET="//rb:"
Expand Down Expand Up @@ -116,6 +118,10 @@ script:
./go //javascript/chrome-driver:atoms
./go //javascript/android-atoms:atoms ios_driver
fi
- |
if [[ $TASK == "atoms_test" ]]; then
./go //java/client/test/org/openqa/selenium/atoms:test:run
fi
- |
if [[ $TASK == "atoms_tests" ]]; then
./go calcdeps
Expand Down

0 comments on commit 079a237

Please sign in to comment.