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

language: c

script: 
    - sudo apt-get install libcsfml
    - make all

compiler: 
    - gcc