Skip to content

Commit

Permalink
Fixing the way to pass environment variables to Bazel test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 27, 2019
1 parent 178e363 commit 256377a
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 @@ -90,10 +90,10 @@ matrix:
<<: *java
- env: BZL="test --test_size_filters=small //java/..."
<<: *java
- env: MARIONETTE=1 BZL="test --test_tag_filters=firefox --test_env=DISPLAY,TRAVIS //java/..."
- env: MARIONETTE=1 BZL="test --test_tag_filters=firefox --test_env=DISPLAY --test_env=TRAVIS //java/..."
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BZL="test --test_tag_filters=chrome --test_env=DISPLAY,TRAVIS //java/..."
- env: CHROME=1 BZL="test --test_tag_filters=chrome --test_env=DISPLAY --test_env=TRAVIS //java/..."
<<: *java
<<: *chrome
- env: BUCK="build selenium-server-standalone java-small-tests chrome-test firefox-test legacy-firefox-test htmlunit-test ie-test opera-test java-small-tests //java/client/test/org/openqa/selenium/testing/drivers/..."
Expand Down

0 comments on commit 256377a

Please sign in to comment.