From: Ryan J Ollos Date: Thu, 17 Sep 2015 03:51:50 +0000 (-0700) Subject: Remove duplicate `sudo: false` entry. X-Git-Tag: dev-2a51c9b95d06~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F223%2Fhead;p=thirdparty%2Fbabel.git Remove duplicate `sudo: false` entry. --- 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