Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
remove automatic deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Nov 10, 2016
1 parent 46489c3 commit 26a53da
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Expand Up @@ -21,14 +21,3 @@ before_deploy:
- mkdir -p ${HOME}/Godeps/_workspace
- export GOPATH=${HOME}/Godeps/_workspace
- cf install-plugin autopilot -f -r CF-Community
deploy:
- provider: script
script: "./deploy.sh staging"
skip_cleanup: true
on:
branch: develop
- provider: script
script: "./deploy.sh production"
skip_cleanup: true
on:
branch: master

0 comments on commit 26a53da

Please sign in to comment.