Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Dec 7, 2018
1 parent f202054 commit 61d685f
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 @@ -22,7 +22,7 @@ script:
- make build

after_success:
- [ -n "$TRAVIS_TAG" ] && make release
- if [ -n "$TRAVIS_TAG" ]; then make release; fi

deploy:
provider: releases
Expand Down

0 comments on commit 61d685f

Please sign in to comment.