Skip to content

Commit

Permalink
Add || true so doesn't fail when unable to encrypt
Browse files Browse the repository at this point in the history
Signed-off-by: campionfellin <campionfellin@gmail.com>
  • Loading branch information
campionfellin committed Jun 28, 2018
1 parent 6eb2c80 commit 635af38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ cache:
- "$HOME/.npm"
before_install:
- openssl aes-256-cbc -K $encrypted_0f9bbf7a60f4_key -iv $encrypted_0f9bbf7a60f4_iv
-in .clasprc.json.enc -out .clasprc.json -d
-in .clasprc.json.enc -out .clasprc.json -d || true
- npm install -g npm@latest
install:
- npm ci
Expand Down

0 comments on commit 635af38

Please sign in to comment.