Skip to content
Snippets Groups Projects
Commit 70652cf3 authored by jay's avatar jay
Browse files

if/else

parent a14dc8fb
Branches
Tags
No related merge requests found
...@@ -23,8 +23,8 @@ install: ...@@ -23,8 +23,8 @@ install:
script: script:
# Build and upload on success # Build and upload on success
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ] ;then - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then
conda build recipe -q;
else
conda build --token $CONDA_UPLOAD_TOKEN recipe -q; conda build --token $CONDA_UPLOAD_TOKEN recipe -q;
else
conda build recipe -q;
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment