We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216411a commit 1a13487Copy full SHA for 1a13487
.travis.yml
@@ -229,9 +229,9 @@ matrix:
229
- USE_CACHE=true
230
231
before_install:
232
- - if [ -n "$encrypted_1d9d7b1f171b_iv" ]; then
233
- openssl aes-256-cbc -K $encrypted_1d9d7b1f171b_key
234
- -iv $encrypted_1d9d7b1f171b_iv -in ci/travis_gbq.json.enc
+ - if [ -n "$encrypted_4a66b2b60580_iv" ]; then
+ openssl aes-256-cbc -K $encrypted_4a66b2b60580_key
+ -iv $encrypted_4a66b2b60580_iv -in ci/travis_gbq.json.enc
235
-out ci/travis_gbq.json -d;
236
export VALID_GBQ_CREDENTIALS=True;
237
fi
ci/travis_gbq.json.enc
0 Bytes
0 commit comments