From: Ryan J Ollos Date: Thu, 17 Sep 2015 03:51:50 +0000 (-0700) Subject: Remove duplicate `sudo: false` entry. X-Git-Tag: 2.1.1~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F234%2Fhead;p=thirdparty%2Fbabel.git Remove duplicate `sudo: false` entry. --- diff --git a/.travis.yml b/.travis.yml index b3ca4c60..ce9bde1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python +# Use travis docker infrastructure for greater speed sudo: false cache: @@ -47,9 +48,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