[4.0] f4cea8e Switch to container-based infrastructure

Federico G. Schwindt fgsch at lodoss.net
Thu Dec 24 15:53:55 CET 2015


commit f4cea8e13d8b142a679764ec7b338a33e69e6d98
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Aug 3 17:53:25 2015 +0100

    Switch to container-based infrastructure

diff --git a/.travis.yml b/.travis.yml
index 8caad42..164ba4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,12 @@ language: c
 compiler:
   - clang
   - gcc
+addons:
+  apt:
+    packages:
+    - python-docutils
 before_install:
-  - sudo apt-get install python-docutils
   - ./autogen.sh
   - ./configure
+sudo: false
 script: 'make -j3 check VERBOSE=1'



More information about the varnish-commit mailing list