diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8376b6c..eb30128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,12 @@ language: c os: osx before_script: + - git submodule update --init --recursive - brew install csfml -script: +script: - make all + - ./test -compiler: +compiler: - gcc |