Skip to content

Commit 3b94a07

Browse files
authored
fix(travis): add integration test for travis (#2)
1 parent 4f93b9a commit 3b94a07

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ before_install:
2828
- sudo apt-get install python
2929
- nvm install 12
3030
- npm install -g [email protected]
31-
# - >-
32-
# [ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
33-
# && openssl aes-256-cbc -K $encrypted_9d748cee9f61_key -iv $encrypted_9d748cee9f61_iv -in vpc.env.enc -out vpc.env -d
34-
# || true
31+
- >-
32+
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
33+
&& openssl aes-256-cbc -K $encrypted_9d748cee9f61_key -iv $encrypted_9d748cee9f61_iv -in vpc.env.enc -out vpc.env -d
34+
|| true
3535
install:
3636
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
3737

vpc.env.enc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
����/A��[L�:����tZ
2+
����7�I#f�*�Z=;���j0;H����:�v=o�ea��Q�`��% A�����~�V�1_���ԣ

0 commit comments

Comments
 (0)