Skip to content

Commit

Permalink
Injecting DISPLAY variable into Bazel test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 27, 2019
1 parent 9eacb5c commit 804587f
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 //java/..."
- env: MARIONETTE=1 BZL="test --test_tag_filters=firefox --test_env=DISPLAY //java/..."
<<: *java
<<: *firefox-nightly
- env: CHROME=1 BZL="test --test_tag_filters=chrome //java/..."
- env: CHROME=1 BZL="test --test_tag_filters=chrome --test_env=DISPLAY //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 804587f

Please sign in to comment.