Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Add travis-ci.org recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Karstensen committed Sep 10, 2013
1 parent e43a712 commit ae7bb1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
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

0 comments on commit ae7bb1e

Please sign in to comment.