Skip to content

Commit

Permalink
Fix indentation in "before deploy"
Browse files Browse the repository at this point in the history
Move git version bumping into script instead of before_deploy
  • Loading branch information
Steven0351 committed Apr 25, 2019
1 parent c307de8 commit ee687f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ before_install:
- 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
- git config --local user.name "Steven0351-MachineUser"
- git config --local user.email "steven0351.machineuser@gmail.com"
- git version-bump patch
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit ee687f1

Please sign in to comment.