[4.0] 18b687e Add travis build script
    Lasse Karstensen 
    lkarsten at varnish-software.com
       
    Tue Jun 24 11:31:41 CEST 2014
    
    
  
commit 18b687e45d986a18241eee92e8413efe872b259f
Author: Joshua Bussdieker <jbussdieker at gmail.com>
Date:   Fri Aug 2 09:13:10 2013 -0700
    Add travis build script
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..129e43a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+---
+script: 'make check'
+before_install:
+  - sudo apt-get install python-docutils
+  - ./autogen.sh
+  - ./configure
    
    
More information about the varnish-commit
mailing list