Skip to content

Commit

Permalink
Change travis decrypt directory to HOME (#451)
Browse files Browse the repository at this point in the history
Signed-off-by: campionfellin <campionfellin@gmail.com>
  • Loading branch information
campionfellin committed Dec 13, 2018
1 parent 17f2c13 commit 4c4e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache:
- "$HOME/.npm"
before_install:
- openssl aes-256-cbc -K $encrypted_9c710391eddd_key -iv $encrypted_9c710391eddd_iv
-in ./tests/.clasprc.json.enc -out .clasprc.json -d || true
-in ./tests/.clasprc.json.enc -out $HOME/.clasprc.json -d || true
- npm install -g npm@latest
install:
- npm ci
Expand Down

0 comments on commit 4c4e489

Please sign in to comment.