Skip to content

Commit

Permalink
Add missing space in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Feb 9, 2016
1 parent c8e7f6a commit d353beb
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 @@ -15,7 +15,7 @@ cache:

after_success:
- |
if [ -n "$TRAVIS_TAG" ] || ([ "$TRAVIS_PULL_REQUEST" == false] && [ "$TRAVIS_BRANCH" == master ])
if [ -n "$TRAVIS_TAG" ] || ([ "$TRAVIS_PULL_REQUEST" == false ] && [ "$TRAVIS_BRANCH" == master ])
then
mkdir ~/.pgp
echo $PGP_PUBLIC > ~/.pgp/pubring
Expand Down

0 comments on commit d353beb

Please sign in to comment.