Skip to content

Commit

Permalink
Upload only one package to anaconda (ugh)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilcox committed Sep 9, 2016
1 parent 3d0c810 commit 0007921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script:

after_success:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
anaconda -t $ANACONDA_TOKEN upload --force -u axiom-data-science $HOME/miniconda/**/*.tar.bz2;
anaconda -t $ANACONDA_TOKEN upload --force -u axiom-data-science $HOME/miniconda/**/gutils-*.tar.bz2;
fi

deploy:
Expand Down

0 comments on commit 0007921

Please sign in to comment.