mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-19 00:06:42 +02:00
Switch to Travis CI container infrastructure
This commit is contained in:
parent
d42b434cd0
commit
3c2316a0c4
10
.travis.yml
10
.travis.yml
@ -4,6 +4,10 @@ language: c
|
|||||||
|
|
||||||
script: make && make test
|
script: make && make test
|
||||||
|
|
||||||
before_install:
|
sudo: false
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -qq flex bison
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- flex
|
||||||
|
- bison
|
||||||
|
Loading…
x
Reference in New Issue
Block a user