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

language: c
os: osx

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

compiler: 
    - gcc