Skip to content

Commit

Permalink
Forgot a critical --yes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranade committed Sep 15, 2016
1 parent 0f8c228 commit 7645355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ before_install:
- export PATH=$HOME/miniconda/bin:$PATH
- export PATH=$HOME/miniconda:$PATH
- conda update --yes conda
- conda create -n=travis python=$TRAVIS_PYTHON_VERSION
- conda create --yes -n=travis python=$TRAVIS_PYTHON_VERSION
- source activate travis

install:
Expand Down

0 comments on commit 7645355

Please sign in to comment.