mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
10 lines
170 B
YAML
10 lines
170 B
YAML
# Travis CI Build Configuration file for boxes
|
|
|
|
language: c
|
|
|
|
script: make && make test
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq flex bison
|