File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ branches:
88env :
99 global :
1010 # PACKAGE_VERSION will be used by travis to create the Github release tag
11- - PACKAGE_VERSION=0.0.1
11+ - PACKAGE_VERSION=0.0.5
1212jobs :
1313 include :
1414 # The first stage will run all unit tests using Ubuntu
@@ -25,10 +25,10 @@ jobs:
2525 - swift test
2626 # The final stage will create a new Github tag using the version specified above, this will create
2727 # a new release in Github
28- - stage : Set tag
29- script :
30- - git config --global user.email "builds@travis-ci.com"
31- - git config --global user.name "Travis CI"
28+ # - stage: Set tag
29+ # script:
30+ # - git config --global user.email "builds@travis-ci.com"
31+ # - git config --global user.name "Travis CI"
3232 # - git tag $PACKAGE_VERSION
3333 # - git push --quiet https://$GH_TOKEN@github.com/smuellner/MultiUser-for-swift --tag > /dev/null 2>&1
3434
You can’t perform that action at this time.
0 commit comments