Skip to content

Commit

Permalink
Testing nodeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 8, 2018
1 parent 712c326 commit ab0c591
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,9 @@ matrix:

- stage: Deploy
env: SETUP_CMD='sdist' EVENT_TYPE='push'
deploy:
provider: pypi
user: astroquery
password:
secure: DtqyQkllGcWuKOVMsu9RWRiobeL8bdpMxwdSYpob4Cqj0D2hLLx3w50qr0qpDCFzioB3rXnhbtPKEzHB+4fTFT/Rjito32fFPUtee2Rw4SCe4YIlS0ksPOTmxkeoh2TQLIYcNPPoI7UpUX6uC65nzgCUTmZVoiCweQE+i5GhEBI=
on:
branch: master
before_install: if [[ ! -z $(echo $TRAVIS_COMMIT_MESSAGE | grep -E "\[nodeploy\]") ]]; then echo "Skipping deployment as indicated by commit message"; travis_terminate 0; fi
script: echo "shouldn't get this"


install:
- git clone git://github.com/astropy/ci-helpers.git
Expand Down

0 comments on commit ab0c591

Please sign in to comment.