clixon/.travis.yml
2020-07-07 22:06:34 +02:00

12 lines
239 B
YAML

# safelist
branches:
only:
- master
language: c
os: linux
arch: amd64
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh
script:
- ./configure --with-restconf=evhtp && make && sudo make install