Skip to content

Commit

Permalink
Fix bad bash conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
randytarampi committed Jul 25, 2018
1 parent 5ff70b9 commit 74f6e68
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 @@ -23,7 +23,7 @@ before_deploy:
- export TRAVIS_AUTHOR=travis@randytarampi.ca
- export COMMIT_AUTHOR=`git --no-pager show -s --format='%ae' \`git rev-parse\``
- git config --local user.email $TRAVIS_AUTHOR
- if [[ "$TRAVIS_COMMIT_MESSAGE" != *[Travis] Release version* ]]; then npm version "0.0.0-`date -u +%s`" -m "[Travis] Release version %s"; fi;
- if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[Travis] Release version"* ]]; then npm version "0.0.0-`date -u +%s`" -m "[Travis] Release version %s"; fi;
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 74f6e68

Please sign in to comment.