From ec31dd08e9209311794daa24adb29b0d5d82da82 Mon Sep 17 00:00:00 2001 From: bekozi Date: Thu, 23 Jul 2015 12:10:27 -0600 Subject: [PATCH] removed sudo apt-get in attempt to work with containers --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a15d5748b..30ebca069 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: # We don't actually use the Travis Python, but this keeps it organized. - "2.7" install: - - sudo apt-get update + - 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"