summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 868c3e03bce7fe1659201c998950b6c0132c760d (plain)
1
2
3
4
5
6
7
8
9
10

language: c
os: osx

script: 
    - brew install csfml
    - make all

compiler: 
    - gcc