Skip to content

Commit

Permalink
Deleting obsolete steps from travis atom test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 20, 2019
1 parent f05ebbf commit 8adf509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ matrix:
- env: CHROME=1 BZL="test --test_tag_filters=chrome //java/..."
<<: *java
<<: *chrome
- env: MARIONETTE=1 MOZ_HEADLESS=1 TASK="calcdeps" BZL="test //javascript/atoms:test-firefox //javascript/selenium-atoms:test-firefox //javascript/webdriver:test-firefox"
- env: MARIONETTE=1 BZL="test //javascript/atoms:test-firefox //javascript/selenium-atoms:test-firefox //javascript/webdriver:test-firefox"
<<: *java
<<: *firefox-latest
- env: CHROME=1 TASK="calcdeps" BZL="test //javascript/atoms:test-chrome //javascript/selenium-atoms:test-chrome //javascript/webdriver:test-chrome"
- env: CHROME=1 BZL="test //javascript/atoms:test-chrome //javascript/selenium-atoms:test-chrome //javascript/webdriver:test-chrome"
<<: *java
<<: *chrome
- env: TASK=javadocs
Expand Down

0 comments on commit 8adf509

Please sign in to comment.