Skip to content

Commit 72dbed8

Browse files
committed
Fix syntax error in .travis.yml
1 parent 23b8645 commit 72dbed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deploy:
3434
tags: true
3535
script:
3636
- |
37-
if [[ "$TRAVIS_TAG" == v* ]; then
37+
if [[ "$TRAVIS_TAG" == v* ]]; then
3838
echo "Deploy for $TRAVIS_TAG"
3939
echo "UNIMPLEMENTED!"
4040
fi

0 commit comments

Comments
 (0)