summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-27 00:23:37 +0700
committerOxore <oxore@protonmail.com>2017-05-27 00:23:37 +0700
commit00e49af444130f3be0539c1f1a5ddb78cb4b29c9 (patch)
tree0267baeee9f3cffdbf97ae7ab2c57700725c2873 /.travis.yml
parent658aeeba0521b2df5a1ccbc0c2d3ced589570b7b (diff)
Changed "csfml" to "libcsfml"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e9e390..960b9cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: c
script:
- sudo add-apt-repository ppa:sonkun/sfml-stable -y
- sudo apt-get update
- - sudo apt-get install csfml -y
+ - sudo apt-get install libcsfml -y
- make all
compiler: