diff options
author | Oxore <oxore@protonmail.com> | 2017-05-26 23:02:13 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-26 23:02:13 +0700 |
commit | 1314e6566fe94481c565ef4a29a895a8ad1a0a58 (patch) | |
tree | be478302edaa37275b0dbe679f4d6d3350751422 | |
parent | dec5145929f423745a68efdac53a2eee934fe70d (diff) |
Added libsfml-dev dep also
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b20f11d..5389099 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: c script: - sudo apt-get install libcsfml-dev + - sudo apt-get install libsfml-dev - make all compiler: |