mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-13 10:20:37 +01:00
18 lines
183 B
YAML
18 lines
183 B
YAML
# Travis CI Build Configuration file for boxes
|
|
|
|
language: c
|
|
|
|
script: make && make test
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- flex
|
|
- bison
|
|
|
|
branches:
|
|
only:
|
|
- master
|