Skip to content

Commit

Permalink
Removing travis deploy step until beta is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Nov 12, 2015
1 parent 815f7d9 commit 2a6cf84
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ script:
- set -o pipefail
- fastlane $FASTLANE_LANE configuration:Debug --env $FASTLANE_ENV
- fastlane $FASTLANE_LANE configuration:Release --env $FASTLANE_ENV
deploy:
provider: script
script: fastlane complete_framework_release --env deploy
on:
tags: true
# Commenting Deploy out until out of beta
# deploy:
# provider: script
# script: fastlane complete_framework_release --env deploy
# on:
# tags: true

0 comments on commit 2a6cf84

Please sign in to comment.