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

typo

parent c86f9493
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ install: ...@@ -23,7 +23,7 @@ install:
script: script:
# Build and upload on success # Build and upload on success
- if [ "${TRAVIS_PULL_REQUEST}" = "false"; then - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ; 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment