Skip to content

Commit

Permalink
BUG b ug in travis too
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jun 1, 2020
1 parent b0a297b commit 8ed17c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/travis.yml.tmpl
Expand Up @@ -47,7 +47,7 @@ matrix:
script:
- export CI=travis
- export GIT_BRANCH="$TRAVIS_BRANCH"
- export FEEDSTOCK_NAME=$(basename ${TRAVIS_REPO_SLUG)
- export FEEDSTOCK_NAME=$(basename ${TRAVIS_REPO_SLUG})
{%- if upload_on_branch %}
- export UPLOAD_ON_BRANCH="{{ upload_on_branch }}"
{%- endif %}
Expand Down

0 comments on commit 8ed17c0

Please sign in to comment.