mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-09 07:05:38 +02:00
Switch to Travis CI container infrastructure
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user