Unverified Commit 4fb12ff4 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent e1d205b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ after_success:
  # Label based on the branch and upload to anaconda.org
  - |
    if [ "$TRAVIS_BRANCH" == "master" ]; then
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label main --force;
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir;
    elif [ "$TRAVIS_BRANCH" == "dev" ]; then
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev --force;
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev;
    fi