File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,12 @@ addons:
21
21
# Grab shellcheck from the Debian repo.
22
22
# https://github.com/koalaman/shellcheck/wiki/TravisCI
23
23
- debian-sid
24
+ # Gradle PPA
25
+ - sourceline : ' ppa:cwchien/gradle'
24
26
packages :
25
27
- expect
26
28
- shellcheck
29
+ - gradle-3.0
27
30
before_install :
28
31
- openssl aes-256-cbc -K $encrypted_d17a6ce39290_key -iv $encrypted_d17a6ce39290_iv
29
32
-in gae-firebase-secrets.json.enc -out appengine/firebase-event-proxy/gae-firebase-event-proxy/src/main/webapp/gae-firebase-secrets.json
Original file line number Diff line number Diff line change 19
19
set -o pipefail
20
20
shopt -s globstar
21
21
22
- add_ppa ' ppa:cwchien/gradle'
23
- sudo apt-get -qqy install gradle-3.0
24
-
25
22
SKIP_TESTS=false
26
23
if [ -z " $GOOGLE_APPLICATION_CREDENTIALS " ] ; then
27
24
SKIP_TESTS=true
You can’t perform that action at this time.
0 commit comments