Skip to content

Commit fb85b6a

Browse files
authored
Create .travis.yml
1 parent 5a17590 commit fb85b6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: required
2+
dist: trusty
3+
language: c
4+
compiler: gcc
5+
branches:
6+
only:
7+
- master
8+
before_install:
9+
- sudo apt-get -qq update
10+
- sudo apt-get install gcc
11+
- sudo apt-get install apache2-dev
12+
install:
13+
- ./configure --with-apxs=/usr/bin/apxs
14+
script:
15+
- make

0 commit comments

Comments
 (0)