Skip to content

Commit 6f44f16

Browse files
committed
updating encrypted auth tokens for travis - visual_recognition now has v1 and v2 configs
1 parent 9687adc commit 6f44f16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ script:
99
after_success:
1010
- npm run coveralls
1111
before_install:
12-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc
13-
-K $encrypted_d4f181ef7c79_key -iv $encrypted_d4f181ef7c79_iv
14-
-in auth.js.enc -out test/resources/auth.js -d
15-
|| true'
12+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cb4d3d070e32_key -iv $encrypted_cb4d3d070e32_iv -in auth.js.enc -out test/resources/auth.js -d || true'

auth.js.enc

-928 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)