summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-26 22:56:01 +0700
committerOxore <oxore@protonmail.com>2017-05-26 22:56:01 +0700
commiteda310d8b26ad738edfe5a17fce2fabd81f4ee28 (patch)
tree301574a1437abb1565d5f3c2bc811fe341e16d24 /.travis.yml
parentca0d2b39b4af3097f9d80c065d2f399a6765efcd (diff)
Trying to fix travis csfml dep
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a5327c..0f317a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,9 @@
language: c
-script: make all
-compiler: gcc
+
+script:
+ - make all
+ - sudo apt-get install libcsfml-dev
+
+compiler:
+ - gcc