Skip to content

Commit

Permalink
Revert "Temporary work-around for neurodebian build failure on Travis."
Browse files Browse the repository at this point in the history
Looks like the underlying issue was fixed.
  • Loading branch information
lesteve committed Feb 2, 2016
1 parent 0a88201 commit bcd0259
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions continuous_integration/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ create_new_conda_env() {
if [[ "$DISTRIB" == "neurodebian" ]]; then
create_new_venv
pip install nose-timer
# Temporary work-around for
# https://github.com/nilearn/nilearn/issues/975. Work-around is from:
# https://github.com/travis-ci/travis-ci/issues/5285#issuecomment-164464865
sudo sed -i 's/us-central1.gce/us-central1.gce.clouds/' /etc/apt/sources.list && sudo apt-get update
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
sudo apt-get install -qq python-scipy python-nose python-nibabel python-sklearn

Expand Down

0 comments on commit bcd0259

Please sign in to comment.