Skip to content

Commit 1750fa1

Browse files
committed
build: add new credentials to travis build
1 parent 8f36779 commit 1750fa1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ node_js:
55
- 6
66
- 8
77
before_install:
8-
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_320e4a7e27b3_key
9-
-iv $encrypted_320e4a7e27b3_iv -in auth.js.enc -out test/resources/auth.js -d ||
10-
true'
8+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_ac3aacad7ba8_key -iv $encrypted_ac3aacad7ba8_iv -in auth.js.enc -out test/resources/auth.js -d || true'
119
- npm install -g typescript
1210
script:
1311
- tsc
14-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; fi'
15-
- 'if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then npm run test-unit; fi'
12+
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; fi
13+
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then npm run test-unit; fi
1614
- sh scripts/typedoc/generate_typedoc.sh
1715
after_success:
1816
- npm run report-coverage

auth.js.enc

256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)