Skip to content

Commit 3965037

Browse files
💚 Update credentials for Travis
1 parent 6440e0b commit 3965037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
- tsc # use the tsconfig.json to transpile specified service-files
99
- npm test
1010
before_install:
11-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cb4d3d070e32_key
12-
-iv $encrypted_cb4d3d070e32_iv -in auth.js.enc -out test/resources/auth.js -d ||
11+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_d4f181ef7c79_key
12+
-iv $encrypted_d4f181ef7c79_iv -in auth.js.enc -out test/resources/auth.js -d ||
1313
true'
1414
- npm install -g typescript

auth.js.enc

-496 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)