Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Oct 27, 2015
1 parent ff7e6e0 commit 9beace4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
language: c

sudo: false
#sudo: required

#before_install:
# - sudo apt-get update -qq
# - sudo apt-get install -qq apache2-dev libmarkdown2-dev

addons:
apt:
packages:
- apache2-dev
- libmarkdown2-dev
- clearsilver-dev

install:
- autoreconf -f -i
- ./configure --with-apxs=/usr/bin/apxs2 --with-discount=/usr --with-clearsilver=/usr
- make

script:
- echo "skip test"

0 comments on commit 9beace4

Please sign in to comment.