Skip to content

Commit

Permalink
CI: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Mar 14, 2018
1 parent f5af928 commit 4d5723d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cache:
before_cache:
- if [[ ! $TRAVIS_TAG ]]; then rm -rf $HOME/miniconda/conda-bld; fi
- rm -rf $HOME/miniconda/locks $HOME/miniconda/pkgs $HOME/miniconda/var $HOME/miniconda/conda-meta/history
- rm plume-*.sh

branches:
only:
Expand Down Expand Up @@ -78,4 +77,7 @@ deploy:
skip_cleanup: true
on:
tags: true
repo: insilichem/plume
repo: insilichem/plume

after_deploy:
- rm plume-*.sh

0 comments on commit 4d5723d

Please sign in to comment.