We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9687adc commit 6f44f16Copy full SHA for 6f44f16
.travis.yml
@@ -9,7 +9,4 @@ script:
9
after_success:
10
- npm run coveralls
11
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'
+- '[ "${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
0 commit comments