summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-26 23:02:13 +0700
committerOxore <oxore@protonmail.com>2017-05-26 23:02:13 +0700
commit1314e6566fe94481c565ef4a29a895a8ad1a0a58 (patch)
treebe478302edaa37275b0dbe679f4d6d3350751422 /.travis.yml
parentdec5145929f423745a68efdac53a2eee934fe70d (diff)
Added libsfml-dev dep also
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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: