Skip to content

Commit

Permalink
Merge pull request #576 from watson-developer-cloud/fix-version
Browse files Browse the repository at this point in the history
fix(travis): Allow deployment and doc publish to happen in 3.5 only
  • Loading branch information
ehdsouza authored Oct 11, 2018
2 parents 602041e + 22986d1 commit 2f73a03
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 @@ -34,6 +34,7 @@ deploy:
script: docs/publish.sh
skip_cleanup: true
on:
python: '3.5'
tags: true
- provider: script
script: npx semantic-release
Expand All @@ -48,4 +49,5 @@ deploy:
repository: https://upload.pypi.org/legacy
skip_cleanup: true
on:
python: '3.5'
tags: true

0 comments on commit 2f73a03

Please sign in to comment.