We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdad5f commit 484d7c4Copy full SHA for 484d7c4
.travis.yml
@@ -68,6 +68,8 @@ matrix:
68
include:
69
- env: TASK=build
70
<<: *java
71
+ - env: BUCK="build selenium-server-standalone"
72
+ <<: *java
73
- env: TASK=//java/client/test/org/openqa/selenium/atoms:test:run
74
75
- env: CHROME=1 TASK="calcdeps //javascript/atoms:atoms-chrome:run //javascript/selenium-atoms:selenium-atoms-chrome:run //javascript/selenium-core:selenium-core-chrome:run //javascript/webdriver:webdriver-chrome:run"
scripts/travis/script.sh
@@ -12,6 +12,10 @@ if [[ ! -z $TOXENV ]]; then
12
tox -c py/tox.ini
13
fi
14
15
+if [[ ! -z "$BUCK" ]]; then
16
+ ./buckw $BUCK
17
+fi
18
+
19
if [[ ! -z $TASK ]]; then
20
./go $TASK
21
0 commit comments