From 70652cf35c8002100d051474a22e67fd5d2a6d0e Mon Sep 17 00:00:00 2001
From: jay <jlaura@usgs.gov>
Date: Thu, 23 Aug 2018 08:21:10 -0700
Subject: [PATCH] if/else

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b10be6e..962f766 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
GitLab