Skip to content

Commit

Permalink
Merge pull request #20 from jakirkham/unpin_conda_build
Browse files Browse the repository at this point in the history
Unpin `conda-build` on Travis CI
  • Loading branch information
jakirkham committed Dec 10, 2015
2 parents 5701102 + 101024e commit 5728c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ install:
- conda install python=$PYTHON_VERSION
# Install basic conda dependencies.
- touch $HOME/miniconda/conda-meta/pinned
- echo "conda-build ==1.16.0" >> $HOME/miniconda/conda-meta/pinned
- conda install conda-build
- conda install jinja2
# Return to the git repo.
Expand Down

0 comments on commit 5728c40

Please sign in to comment.