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 Apr 26, 2016
1 parent 2b22d11 commit d0206e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

language: objective-c


env:
global:
# The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml.
- secure: "RwQe2B0ZtkMxg3Em32/DJ24pJQrdlwKz0IXdAgL7Obxx9yN6wRRXy37nPdRxzQ5GkRRIO4BlHprhhiM3Y9ASTZvBESx8iE2wqNZNbLfK/Jjo0ZdBNLYayLAlXOVqmcj2HQtUs8ODS8uEDIp2yOFeV//Crdt/trulxoi8kC/3bt+FCKzIy9kJSdhCJzuz7N+O1LuiPBAUIaqUZ+UWQIDHaGrJdBpDk4M9+sgEp6t6f1r9HRKgKsppOTcQv0K1KnJKmvsXu6QebRdudHoaSj/Yghc3R3bLATpVw8ZK+7QNWZSOV16zB78wDHxMeTcYaHFM7ZrcFM8FbF2M82tIgKYWnGGHePuREhEJ90aQW/GwTNCXlAMl3ArjZGnZO3vnvsyHucLEbvs/onwf6sH4MUIe2l7eR8fkX3U3rrufar1zNxKA8qTF6hQh9lFdJbjUnPkVD1qWo5IgGfl5t3Kwa+xU4Nio0ptqdE0z0tkTXSzz/I1KxSBQRXCb8TvDFZ90s4KsCIdhEpraEfbZDPqJwGnuhO9LRhEqVZNG8mbGBMvICacWRX7cUJm1O9MkWz0nev7iJ/0SUi+nwwW12KuZ1YQTAtiWuNysR+86fC2V82Cofy8pAGJ1U5/R30UCHbCJKZFebdUj08pY8WnWBqwUHtFtZQUcwa9x44L5nuRqu+BAzOo="


before_install:
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ environment:
# We set a default Python version for the miniconda that is to be installed. This can be
# overridden in the matrix definition where appropriate.
CONDA_PY: "27"
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
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[]
travis:
secure:
BINSTAR_TOKEN: RwQe2B0ZtkMxg3Em32/DJ24pJQrdlwKz0IXdAgL7Obxx9yN6wRRXy37nPdRxzQ5GkRRIO4BlHprhhiM3Y9ASTZvBESx8iE2wqNZNbLfK/Jjo0ZdBNLYayLAlXOVqmcj2HQtUs8ODS8uEDIp2yOFeV//Crdt/trulxoi8kC/3bt+FCKzIy9kJSdhCJzuz7N+O1LuiPBAUIaqUZ+UWQIDHaGrJdBpDk4M9+sgEp6t6f1r9HRKgKsppOTcQv0K1KnJKmvsXu6QebRdudHoaSj/Yghc3R3bLATpVw8ZK+7QNWZSOV16zB78wDHxMeTcYaHFM7ZrcFM8FbF2M82tIgKYWnGGHePuREhEJ90aQW/GwTNCXlAMl3ArjZGnZO3vnvsyHucLEbvs/onwf6sH4MUIe2l7eR8fkX3U3rrufar1zNxKA8qTF6hQh9lFdJbjUnPkVD1qWo5IgGfl5t3Kwa+xU4Nio0ptqdE0z0tkTXSzz/I1KxSBQRXCb8TvDFZ90s4KsCIdhEpraEfbZDPqJwGnuhO9LRhEqVZNG8mbGBMvICacWRX7cUJm1O9MkWz0nev7iJ/0SUi+nwwW12KuZ1YQTAtiWuNysR+86fC2V82Cofy8pAGJ1U5/R30UCHbCJKZFebdUj08pY8WnWBqwUHtFtZQUcwa9x44L5nuRqu+BAzOo=
appveyor:
secure:
BINSTAR_TOKEN: MP4hZYylDyUWEsrt3u3cod2sbFeRwUziH02mvQOdbjsTO/l1yIxDkP/76rSIjcGC

0 comments on commit d0206e8

Please sign in to comment.