Skip to content

Commit

Permalink
Testing: Another try at fixing build errors in Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Oct 22, 2015
1 parent 9966f08 commit 94bd139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/conda-recipes/spyder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:

source:
git_url: {{ environ.get('APPVEYOR_BUILD_FOLDER') }} [win]
git_tag: FETCH_HEAD [win]
git_tag: {{ environ.get('APPVEYOR_REPO_COMMIT') }} [win]
git_url: {{ environ.get('FULL_SPYDER_CLONE') }} [unix]
git_tag: {% if environ.get('TRAVIS_PULL_REQUEST') != 'false' %} {{ ['travis_pr_', environ.get('TRAVIS_PULL_REQUEST')]|join }} {% else %} master {% endif %} [unix]

Expand Down

0 comments on commit 94bd139

Please sign in to comment.