]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
travis: Use docker infrastructure 170/head
authorLasse Schuirmann <lasse@schuirmann.net>
Tue, 28 Jul 2015 16:07:25 +0000 (18:07 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 28 Jul 2015 16:10:08 +0000 (18:10 +0200)
See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ for related documentation.

.travis.yml

index 4c965dad35dd69d2361f7165592982ac0dee8131..a876247cccfc14d0529b71ca68f5ca654967d2af 100644 (file)
@@ -12,6 +12,9 @@ install:
   - pip install pytest
   - pip install --editable .
 
+# Use travis docker infrastructure for greater speed
+sudo: false
+
 script: make test
 
 notifications: