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

language: c

script: 
    - sudo add-apt-repository ppa:sonkun/sfml-stable -y
    - sudo rm -rf /var/lib/apt/lists/*
    - sudo apt-get clean
    - sudo apt-get update
    - sudo apt-get install libcsfml -y
    - make all

compiler: 
    - gcc