Switch to Travis CI container infrastructure

This commit is contained in:
Thomas Jensen 2015-07-24 10:44:57 +02:00
parent d42b434cd0
commit 3c2316a0c4

View File

@ -4,6 +4,10 @@ language: c
script: make && make test
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq flex bison
sudo: false
addons:
apt:
packages:
- flex
- bison