Commit 87fafe46 authored by jay's avatar jay
Browse files

Updates token to be in quotes

parent d9e90881
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;
      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