Skip to content

Commit 45b8a6d

Browse files
author
Les Vogel
committed
Turn off Selenium
1 parent 972ed84 commit 45b8a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ shopt -s globstar
2929

3030
(
3131
# Stop echoing commands, so we don't leak secret env vars
32+
# -Pselenium | \ # LV3 20170616 turn off selenium for now.
3233
set +x
3334
./mvnw --batch-mode clean verify \
3435
-Dbookshelf.clientID="${OAUTH2_CLIENT_ID}" \
3536
-Dbookshelf.clientSecret="${OAUTH2_CLIENT_SECRET}" \
3637
-Dbookshelf.bucket="${GCS_BUCKET-GCS_BUCKET envvar is unset}" \
37-
-Pselenium | \
3838
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
3939
)
4040

0 commit comments

Comments
 (0)