File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,12 @@ node_js:
55- 6
66- 8
77before_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
1210script :
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
1715after_success :
1816- npm run report-coverage
You can’t perform that action at this time.
0 commit comments