summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-27 00:08:27 +0700
committerOxore <oxore@protonmail.com>2017-05-27 00:08:27 +0700
commitaf7fb459999ab026de87654f69c50ebc4f8b4a6f (patch)
tree1fa91cd4df152b716c8a30820194f427a7d49c00 /.travis.yml
parentdcfc7fe9077ce3d98366658725d1bddfd8e40994 (diff)
Added PPA with proper csfml version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c0e27d..62b9ff7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,9 @@
language: c
script:
- - sudo apt-get install libcsfml
+ - sudo add-apt-repository ppa:sonkun/sfml-stable
+ - sudo apt-get update
+ - sudo apt-get install csfml
- make all
compiler: