Skip to content

Commit a20c4c8

Browse files
authored
Update .travis.yml
1 parent a34208d commit a20c4c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branches:
88
env:
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
1212
jobs:
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

0 commit comments

Comments
 (0)