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

language: c

script: 
    - sudo add-apt-repository ppa:sonkun/sfml-stable -y
    - sudo apt-get update
    - sudo apt-get install libcsfml -y
    - make all

compiler: 
    - gcc