mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-15 14:58:29 +01:00
Added .travis.yml
This commit is contained in:
parent
d23948ab65
commit
d0a21a7ed6
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user