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

if/else

parent 58a0783a
Branches
Tags
No related merge requests found
...@@ -23,9 +23,8 @@ install: ...@@ -23,9 +23,8 @@ install:
script: script:
# Build and upload on success # Build and upload on success
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ] - if [ "${TRAVIS_PULL_REQUEST}" = "true" ] ;then
then conda build recipe -q;
conda build recipe -q
else else
conda build --token $CONDA_UPLOAD_TOKEN recipe -q conda build --token $CONDA_UPLOAD_TOKEN 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