]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Remove duplicate `sudo: false` entry. 234/head
authorRyan J Ollos <ryan.j.ollos@gmail.com>
Thu, 17 Sep 2015 03:51:50 +0000 (20:51 -0700)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Mon, 21 Sep 2015 14:56:36 +0000 (16:56 +0200)
.travis.yml

index b3ca4c6003309c4535c494b29a320b7ace3eaf5f..ce9bde1ea245117bf0ffd076e15a002f0e675ccb 100644 (file)
@@ -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