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

language: c

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

compiler: 
    - gcc