diff options
author | Zachary Slater <zjs@zacharyjackslater.com> | 2013-03-05 23:52:24 -0800 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:15 +0000 |
commit | 57ed8eae4b5300b324d70a356a231cb602eab6d7 (patch) | |
tree | 8b8bfbad6c88e0972783e3034149f99ff64fdcba | |
parent | 6a7278aff7d9e17fd9dcd48b5042c9606cf4fc0f (diff) |
Fixed the auto build, for details go here: https://travis-ci.org/ioquake/ioq3
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5ea828f4..017a26c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,9 @@ language: c compiler: - gcc - clang -# Change this to your needs + 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
\ No newline at end of file |