[master] 3769f02 Instruct Travis to test using clang and gcc

Federico G. Schwindt fgsch at lodoss.net
Fri Jan 2 02:00:56 CET 2015


commit 3769f022e9c7782dde83358259ed5bda3f322ef8
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Jan 2 01:00:09 2015 +0000

    Instruct Travis to test using clang and gcc

diff --git a/.travis.yml b/.travis.yml
index f55a37b..3ed018a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
 ---
-script: 'make -j3 check'
+language: c
+compiler:
+  - clang
+  - gcc
 before_install:
   - sudo apt-get install python-docutils
   - ./autogen.sh
   - ./configure
+script: 'make -j3 check'



More information about the varnish-commit mailing list