Skip to content

Commit

Permalink
removed apt-get call entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Jul 23, 2015
1 parent ec31dd0 commit 6ee6b62
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 @@ -8,7 +8,6 @@ python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
install:
- apt-get update
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
Expand Down

0 comments on commit 6ee6b62

Please sign in to comment.