Skip to content

Commit

Permalink
Move run testflight.sh script to after_success in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Szklarek committed Jul 24, 2017
1 parent 8d032c9 commit ba186db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_script:
- ./.fastlane/add-key.sh
script:
- ./.fastlane/unittests.sh
after_success:
- ./.fastlane/testflight.sh
env:
global:
Expand Down

0 comments on commit ba186db

Please sign in to comment.