Skip to content

Commit

Permalink
An attempt to mend travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 25, 2018
1 parent b1ed21d commit d264b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- stage: test
- matrix:
exclude:
- env: CHROME=1 TASK=test_chrome
<<: *java
<<: *chrome
- env: BUCK="//javascript/atoms:atoms //javascript/webdriver:all_js //javascript/ie-driver:atoms //javascript/chrome-driver:atoms //javascript/android-atoms:atoms ios_driver"
<<: *java
- env: TOXENV=flake8
Expand Down Expand Up @@ -96,6 +93,9 @@ jobs:
- env: MARIONETTE=1 BUCK="test internal-grid-test grid-test"
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BUCK="test chrome-test"
<<: *java
<<: *chrome
- env: BUCK="test htmlunit-test"
<<: *java
- env: TASK=javadocs
Expand Down

0 comments on commit d264b39

Please sign in to comment.