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

Update .travis.yml

parent 449ccd3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,5 +61,5 @@ after_success:
    if [ "$TRAVIS_BRANCH" == "master" ]; then
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir;
    elif [ "$TRAVIS_BRANCH" == "dev" ]; then
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev;
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev --force;
    fi