Skip to content

Commit

Permalink
Fix script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Nov 5, 2015
1 parent 08ef063 commit 495d36a
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 @@ -26,7 +26,7 @@ env:

before_install:
- |
if [[ "${TOXENV}" = "examples" ]]
if [[ "${TOXENV}" = "examples" ]]; then
openssl aes-256-cbc -K $encrypted_fabbc4622c56_key -iv $encrypted_fabbc4622c56_iv -in publish-key.enc -out ~/.ssh/publish-key -d
chmod u=rw,og= ~/.ssh/publish-key
echo "Host github.com" >> ~/.ssh/config
Expand Down

0 comments on commit 495d36a

Please sign in to comment.