mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-19 04:18:12 +01:00
10 lines
159 B
YAML
10 lines
159 B
YAML
|
# Travis CI Build Configuration file for boxes
|
||
|
|
||
|
language: c
|
||
|
|
||
|
compiler: gcc
|
||
|
|
||
|
before_install:
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -qq flex bison
|
||
|
|