Browse Source

chore(ci): fix deploy condition

Mustafa Arici 8 years ago
parent
commit
c3a138e0d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,4 +39,4 @@ deploy:
   skip_cleanup: true
   skip_cleanup: true
   on:
   on:
     tag: true
     tag: true
-    condition: -n $TRAVIS_TAG  && $TRAVIS_TAG == "v*"
+    condition: -n $TRAVIS_TAG  && $TRAVIS_TAG == "v"*