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

language: c
os: osx

script: 
    - brew install sfml csfml
    - make all

compiler: 
    - gcc