diff options
author | Oxore <oxore@protonmail.com> | 2017-05-27 00:23:37 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-27 00:23:37 +0700 |
commit | 00e49af444130f3be0539c1f1a5ddb78cb4b29c9 (patch) | |
tree | 0267baeee9f3cffdbf97ae7ab2c57700725c2873 | |
parent | 658aeeba0521b2df5a1ccbc0c2d3ced589570b7b (diff) |
Changed "csfml" to "libcsfml"
-rw-r--r-- | .travis.yml | 2 |
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: |