Commit c7bce6bb authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Add label to dev builds (#156)

parent 1c23dd90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ after_success:
  - travis_wait builddir=(`conda build recipe --output`)
  - |
    if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload $builddir --force;
      anaconda -t="$CONDA_UPLOAD_TOKEN" upload -l dev --force $builddir;
    fi

  # Docs to gh-pages