]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Remove duplicate `sudo: false` entry. 223/head
authorRyan J Ollos <ryan.j.ollos@gmail.com>
Thu, 17 Sep 2015 03:51:50 +0000 (20:51 -0700)
committerRyan J Ollos <ryan.j.ollos@gmail.com>
Thu, 17 Sep 2015 03:51:50 +0000 (20:51 -0700)
.travis.yml

index 6ba4fbd9759535bb87ab0bed04fc385cd0aae768..c7a79b1be7955581bc7190c5f45184305f05b981 100644 (file)
@@ -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