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

Update .travis.yml

parent f9dd5d66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@ after_success:
  # - source deactivate
  - conda install -y -q conda-build anaconda-client
  - cd ../  # Step out of the python dir and out of the build dir
  - pwd
  - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then
      conda config --set anaconda_upload yes
      conda build --token $CONDA_UPLOAD_TOKEN recipe -q;
    else
      conda build recipe -q;