Skip to content

Commit

Permalink
Travis: bash typos...
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 20, 2018
1 parent 8461cbd commit 2007a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cache:
- $HOME/miniconda

before_cache:
- if [ -z "$TRAVIS_TAG" ]; then rm -rf $HOME/miniconda/conda-bld; fi
- 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

branches:
Expand Down Expand Up @@ -91,7 +91,7 @@ install:

before_deploy:
# Deploy to Anaconda.org
- if [[ ! $TRAVIS_TAG" ]]; then
- if [[ $TRAVIS_TAG ]]; then
conda install -q anaconda-client;
anaconda -t $ANACONDA_TOKEN upload -u insilichem $HOME/miniconda/conda-bld/**/ommprotocol-*.tar.bz2;
fi
Expand Down

0 comments on commit 2007a6f

Please sign in to comment.