Commit 67d3b2fb authored by Lasse Karstensen's avatar Lasse Karstensen

Add travis-ci.org recipe

parent cbc8fc2e
language: c
before_install:
- sudo apt-get install -qq python-docutils
before_script:
- apt-get source -q varnish
- cd varnish*
- ./configure
- make
- cd ..
- ./autogen.sh
- ./configure VARNISHSRC=varnish* VMODDIR=`pwd`
- make
script:
- make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment