Loading .travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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; anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label main; else anaconda -t $CONDA_UPLOAD_TOKEN upload $builddir --label dev; anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev; fi No newline at end of file Loading
.travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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; anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label main; else anaconda -t $CONDA_UPLOAD_TOKEN upload $builddir --label dev; anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --label dev; fi No newline at end of file