Skip to content

Commit

Permalink
use buck to run atoms tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 10, 2016
1 parent 2ebb881 commit b4a8281
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 //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:atoms-$TARGET:run //javascript/webdriver:webdriver-$TARGET:run //javascript/selenium-atoms:selenium-atoms-$TARGET:run //javascript/selenium-core:selenium-core-$TARGET:run
fi
- |
if [[ $TASK == "java" ]]; then
Expand Down

0 comments on commit b4a8281

Please sign in to comment.