Skip to content

Commit

Permalink
fix: prevent clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Oct 30, 2017
1 parent f7e2a43 commit 70ae49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ deploy:
tags: true
repo: $GITHUB_REPO
- provider: script
skip_cleanup: true
script: scripts/deploy_website.sh
on:
tags: true
repo: $GITHUB_REPO
condition: $TRAVIS_OS_NAME == "linux" && $MB_PYTHON_VERSION == "3.6"
- provider: releases
skip_cleanup: true
api_key: $GITHUB_TOKEN
body: "Please see https://github.com/opencobra/cobrapy/tree/${TRAVIS_TAG}/release-notes/${TRAVIS_TAG}.md for the full release notes."
on:
Expand Down

0 comments on commit 70ae49a

Please sign in to comment.