diff --git a/.travis.yml b/.travis.yml index a2c72f858df70..c8863aaca3ba0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: @@ -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 - |