mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-13 18:30:39 +01:00
12 lines
172 B
YAML
12 lines
172 B
YAML
# Travis CI Build Configuration file for boxes
|
|
|
|
language: c
|
|
|
|
compiler: gcc
|
|
|
|
script: make
|
|
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq flex bison
|