Skip to content

Commit

Permalink
don't run the full java tests with the atoms tests for a browser
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 10, 2016
1 parent 9706bb7 commit 7f1e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ script:
fi
- |
if [[ $TASK == "atoms_tests" ]]; then
./go test_$TARGET //javascript/atoms:test_$TARGET:run //javascript/webdriver:test_$TARGET:run //javascript/selenium-atoms:test_$TARGET:run //javascript/selenium-core:test_$TARGET:run
./go //javascript/atoms:test_$TARGET:run //javascript/webdriver:test_$TARGET:run //javascript/selenium-atoms:test_$TARGET:run //javascript/selenium-core:test_$TARGET:run
fi
- |
if [[ $TASK == "java" ]]; then
Expand Down

0 comments on commit 7f1e999

Please sign in to comment.