Skip to content

Commit

Permalink
Removed version bumping logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 committed Apr 25, 2019
1 parent ee687f1 commit ade2312
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -4,14 +4,11 @@ env:
global:
- FRAMWORK_NAME=SwiftyRequest
before_install:
- gem install fastlane git-version-bump
- gem install fastlane
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- fastlane scan
- git config --local user.name "Steven0351-MachineUser"
- git config --local user.email "steven0351.machineuser@gmail.com"
- git version-bump patch
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
Expand Down

0 comments on commit ade2312

Please sign in to comment.