From e0bdf686d8b895fe997cb154a9a1b27cdf0cb6c1 Mon Sep 17 00:00:00 2001 From: Ryan J Ollos Date: Wed, 16 Sep 2015 20:51:50 -0700 Subject: [PATCH] Remove duplicate `sudo: false` entry. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ba4fbd9..c7a79b1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python +# Use travis docker infrastructure for greater speed sudo: false cache: @@ -55,9 +56,6 @@ install: - pip install pytest pytest-cov - pip install --editable . -# Use travis docker infrastructure for greater speed -sudo: false - script: - make test-cov - bash .ci/deploy.${TRAVIS_OS_NAME}.sh -- 2.47.2