Commit 8a41b01f authored by jay's avatar jay
Browse files

if/else

parent ecfb2488
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@ install:
- conda config --add channels conda-forge
# Setup to do the build 
- conda install -y -q conda-build anaconda-client
- conda config --set anaconda_upload yes

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