We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972ed84 commit 45b8a6dCopy full SHA for 45b8a6d
1 file changed
travis.sh
@@ -29,12 +29,12 @@ shopt -s globstar
29
30
(
31
# Stop echoing commands, so we don't leak secret env vars
32
+# -Pselenium | \ # LV3 20170616 turn off selenium for now.
33
set +x
34
./mvnw --batch-mode clean verify \
35
-Dbookshelf.clientID="${OAUTH2_CLIENT_ID}" \
36
-Dbookshelf.clientSecret="${OAUTH2_CLIENT_SECRET}" \
37
-Dbookshelf.bucket="${GCS_BUCKET-GCS_BUCKET envvar is unset}" \
- -Pselenium | \
38
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
39
)
40
0 commit comments