This commit is contained in:
SmileTheory 2013-03-06 02:02:21 -08:00
commit 61248cb4c5
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: c
compiler:
- gcc
- clang
script: make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgl1-mesa-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev
notifications:
irc: "irc.freenode.org#ioquake3"