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

language: c
os: osx

script: 
    - brew updade
    - brew install csfml
    - make all

compiler: 
    - gcc