Skip to content

Commit

Permalink
Merge pull request SheffieldML#604 from SheffieldML/deploy
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
mzwiessele authored Feb 23, 2018
2 parents dcd3678 + d4bff75 commit 592dace
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ after_success:
- coveralls

before_deploy:
- cd doc
- pip install sphinx_rtd_theme
- sphinx-apidoc -o source/ ../GPy
- make html
- cd ../
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
then
export DIST='sdist';
Expand All @@ -69,6 +64,9 @@ deploy:
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
on:
branch: deploy
edge:
branch: v1.8.45
distributions: $DIST
skip_existing: true
skip_cleanup: true
skip_upload_docs: false

0 comments on commit 592dace

Please sign in to comment.