Commit c86f9493 authored by jay's avatar jay
Browse files

different syntax for travis if PR

parent 535944d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ install:

script:
# Build and upload on success
- if $TRAVIS_PULL_REQUEST; then
- if [ "${TRAVIS_PULL_REQUEST}" = "false"; then
    conda build recipe -q;
  else
    conda build --token $CONDA_UPLOAD_TOKEN recipe -q;