Skip to content

Commit

Permalink
using deploy script as a after_success again
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed Mar 9, 2017
1 parent 1c6de07 commit b799ddf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ before_install:
script:
- set -o pipefail && xcodebuild test -workspace BreakOut.xcworkspace -scheme BreakOutTests -destination 'platform=iOS Simulator,id=22FA2149-1241-469C-BF6D-462D3837DB72,OS=10.2' CODE_SIGNING_REQUIRED=NO | xcpretty


deploy:
provider: script
script: deploy.sh
skip_cleanup: true
after_success:
- ./deploy.sh

0 comments on commit b799ddf

Please sign in to comment.