File tree 3 files changed +8
-5
lines changed
appengine/firebase-event-proxy/gae-firebase-event-proxy
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
language : java
16
16
jdk :
17
- - oraclejdk8
17
+ - oraclejdk8
18
18
addons :
19
19
apt :
20
20
packages :
21
21
- expect
22
22
before_install :
23
- - openssl aes-256-cbc -K $encrypted_37a4f399de75_key -iv $encrypted_37a4f399de75_iv -in service-account.json.enc -out service-account.json -d
24
- && export GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json GCLOUD_PROJECT=cloud-samples-tests
25
- || true
23
+ - openssl aes-256-cbc -K $encrypted_d17a6ce39290_key -iv $encrypted_d17a6ce39290_iv
24
+ -in gae-firebase-secrets.json.enc -out appengine/firebase-event-proxy/gae-firebase-event-proxy/src/main/webapp/gae-firebase-secrets.json
25
+ -d
26
+ - openssl aes-256-cbc -K $encrypted_37a4f399de75_key -iv $encrypted_37a4f399de75_iv
27
+ -in service-account.json.enc -out service-account.json -d && export GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/service-account.json
28
+ GCLOUD_PROJECT=cloud-samples-tests || true
26
29
# Skip the install step, since Maven will download the dependencies we need
27
30
# when the test build runs.
28
31
# http://stackoverflow.com/q/31945809/101923
29
32
# https://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step
30
33
install : true
31
34
script : ./travis.sh
32
35
after_success :
33
- - bash <(curl -s https://codecov.io/bash)
36
+ - bash <(curl -s https://codecov.io/bash)
34
37
branches :
35
38
only :
36
39
- master
You can’t perform that action at this time.
0 commit comments