Commit 70652cf3 authored by jay's avatar jay
Browse files

if/else

parent a14dc8fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ install:

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