Commit 535944d9 authored by jay's avatar jay
Browse files

Conditional push to omit for PRs

parent 5a0b871c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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