Loading .travis.yml +5 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,8 @@ install: script: # Build and upload on success - conda build --token $CONDA_UPLOAD_TOKEN recipe -q - if $TRAVIS_PULL_REQUEST; then conda build recipe -q; else conda build --token $CONDA_UPLOAD_TOKEN recipe -q; fi Loading
.travis.yml +5 −1 Original line number Diff line number Diff line Loading @@ -23,4 +23,8 @@ install: script: # Build and upload on success - conda build --token $CONDA_UPLOAD_TOKEN recipe -q - if $TRAVIS_PULL_REQUEST; then conda build recipe -q; else conda build --token $CONDA_UPLOAD_TOKEN recipe -q; fi