Skip to content

Commit

Permalink
Re-render the feedstock after CI registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-CI on github.com/conda-forge/staged-recipes committed Nov 15, 2016
1 parent ca86ef6 commit 4b22533
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,10 @@ language: generic
os: osx
osx_image: beta-xcode6.1


env:
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "kQAeMIkPFHicr4x6MTrgJb8kbg5CTm5sU/p9x3gLaR7rNHBW59oIN1YriQxxv37TIKJ5cpG2NyCE1KaMX6nOPPBDpaldQIovLJC/s9FqOubyCbevgS3aXgHU7Tqg5re2m6M3uaWLn/zdFp4Rm7KMfZwCBO1BxpuQSSnYAmRPvFattISgKrKy85mzYqzXqcMnpifuLWI8xdymt1+9yl9UwkYGxsH/6Oe8iWOLZEcgd7fBfyNFV8dyFJU32IxUZAE5KERf5wcqDFxxw7hLGEMsu68LnO1x8BYLbAoc95vFLlxhRRNhOrYmmbxBC/3Nw3PeAGLuuCDyjUXgf7znqYe3YDYbrQZgiPpavM11nXWszHPIhY6UwM/kQOD3RvOeOJk6T6LxjVzF2/8JXacxd99cnd8Ta4kAXzfF1wLrgJP4+LjAjduvA8wcFq9vESQlu0xTREk+qnFHiK87ndYPle0pzZjC/nPQc5ySZf6pxnJ4KNqeyNsaEgeOY51nxUpNYM0N8/P9lf2iCG0LLQaoiD5PX7S9Fvv9s8JNuuHZ9pD6WblwC8s8dTTR1HpwQnZ8dF3y4SjuMpURecTwMgIa40ijTBW0NOYim8vFeAlebR9fiZNYDwLacH7owy/Vljp5AkN0ZQ38KNrP47G2oF/symAIdPJrLW7KmYUCT+vLPzKyfck="


before_install:
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,9 @@ environment:
CONDA_PY: "27"
CONDA_INSTALL_LOCN: "C:\\Miniconda-x64"


BINSTAR_TOKEN:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
secure: MP4hZYylDyUWEsrt3u3cod2sbFeRwUziH02mvQOdbjsTO/l1yIxDkP/76rSIjcGC

matrix:
- TARGET_ARCH: x86
Expand Down
7 changes: 6 additions & 1 deletion conda-forge.yml
@@ -1 +1,6 @@
[]
travis:
secure:
BINSTAR_TOKEN: kQAeMIkPFHicr4x6MTrgJb8kbg5CTm5sU/p9x3gLaR7rNHBW59oIN1YriQxxv37TIKJ5cpG2NyCE1KaMX6nOPPBDpaldQIovLJC/s9FqOubyCbevgS3aXgHU7Tqg5re2m6M3uaWLn/zdFp4Rm7KMfZwCBO1BxpuQSSnYAmRPvFattISgKrKy85mzYqzXqcMnpifuLWI8xdymt1+9yl9UwkYGxsH/6Oe8iWOLZEcgd7fBfyNFV8dyFJU32IxUZAE5KERf5wcqDFxxw7hLGEMsu68LnO1x8BYLbAoc95vFLlxhRRNhOrYmmbxBC/3Nw3PeAGLuuCDyjUXgf7znqYe3YDYbrQZgiPpavM11nXWszHPIhY6UwM/kQOD3RvOeOJk6T6LxjVzF2/8JXacxd99cnd8Ta4kAXzfF1wLrgJP4+LjAjduvA8wcFq9vESQlu0xTREk+qnFHiK87ndYPle0pzZjC/nPQc5ySZf6pxnJ4KNqeyNsaEgeOY51nxUpNYM0N8/P9lf2iCG0LLQaoiD5PX7S9Fvv9s8JNuuHZ9pD6WblwC8s8dTTR1HpwQnZ8dF3y4SjuMpURecTwMgIa40ijTBW0NOYim8vFeAlebR9fiZNYDwLacH7owy/Vljp5AkN0ZQ38KNrP47G2oF/symAIdPJrLW7KmYUCT+vLPzKyfck=
appveyor:
secure:
BINSTAR_TOKEN: MP4hZYylDyUWEsrt3u3cod2sbFeRwUziH02mvQOdbjsTO/l1yIxDkP/76rSIjcGC

0 comments on commit 4b22533

Please sign in to comment.