Skip to content

Commit

Permalink
Tag starts with "v"
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Sep 20, 2018
1 parent 4c8027e commit 9f607e6
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 @@ -16,7 +16,7 @@ script:
# check Hangulize version
- |
source <(curl -sL https://rawgit.com/hangulize/version.sh/master/@.sh)
[[ "$(hangulize-version)" = "$TRAVIS_TAG" ]]
[[ "v$(hangulize-version)" = "$TRAVIS_TAG" ]]
# compile hangulize.js
- make
Expand Down

0 comments on commit 9f607e6

Please sign in to comment.