[3.0] ac7f10c Add Travis-CI configuration file.
Lasse Karstensen
lkarsten at varnish-software.com
Fri Jul 4 15:28:30 CEST 2014
commit ac7f10cd9081990c406bf53b18fbe352384adb14
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Fri Jul 4 15:22:31 2014 +0200
Add Travis-CI configuration file.
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f55a37b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+---
+script: 'make -j3 check'
+before_install:
+ - sudo apt-get install python-docutils
+ - ./autogen.sh
+ - ./configure
More information about the varnish-commit
mailing list