Skip to content

Commit 079a237

Browse files
committed
adding atoms_test, htmlunit tests to travis
1 parent b16b657 commit 079a237

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
matrix:
1717
- TASK=build
1818
- TASK=atoms
19+
- TASK=atoms_test
1920
- TASK=atoms_tests TARGET=chrome
2021
- TASK=atoms_tests TARGET=ff-legacy
2122
- TASK=java TARGET=java_small_tests
@@ -25,6 +26,7 @@ env:
2526
- TASK=java TARGET=ff-legacy
2627
- TASK=java TARGET=firefox-rc-test
2728
- TASK=java TARGET=grid TOXENV=chrome
29+
- TASK=java TARGET=htmlunit
2830
- TASK=api_docs TARGET=java
2931
- TASK=api_docs TARGET=py_
3032
- TASK=api_docs TARGET="//rb:"
@@ -116,6 +118,10 @@ script:
116118
./go //javascript/chrome-driver:atoms
117119
./go //javascript/android-atoms:atoms ios_driver
118120
fi
121+
- |
122+
if [[ $TASK == "atoms_test" ]]; then
123+
./go //java/client/test/org/openqa/selenium/atoms:test:run
124+
fi
119125
- |
120126
if [[ $TASK == "atoms_tests" ]]; then
121127
./go calcdeps

0 commit comments

Comments
 (0)