boxes/.travis.yml

20 lines
225 B
YAML
Raw Normal View History

2014-09-18 23:02:46 +02:00
# Travis CI Build Configuration file for boxes
language: c
2014-09-23 23:50:36 +02:00
script: make && make test
2014-09-18 23:09:03 +02:00
sudo: false
addons:
apt:
packages:
- flex
- bison
- libunistring-dev
- libpcre2-dev
branches:
only:
- master