Skip to content

Commit 484d7c4

Browse files
committed
See if we can get buck to do some of the heavy lifting in Travis
1 parent ecdad5f commit 484d7c4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ matrix:
6868
include:
6969
- env: TASK=build
7070
<<: *java
71+
- env: BUCK="build selenium-server-standalone"
72+
<<: *java
7173
- env: TASK=//java/client/test/org/openqa/selenium/atoms:test:run
7274
<<: *java
7375
- 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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ if [[ ! -z $TOXENV ]]; then
1212
tox -c py/tox.ini
1313
fi
1414

15+
if [[ ! -z "$BUCK" ]]; then
16+
./buckw $BUCK
17+
fi
18+
1519
if [[ ! -z $TASK ]]; then
1620
./go $TASK
1721
fi

0 commit comments

Comments
 (0)