summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-05-27 00:30:04 +0700
committerOxore <oxore@protonmail.com>2017-05-27 00:30:04 +0700
commitf4995e4a25b1fe555e66caae71de7699bd752531 (patch)
treed9e74669776ce0c5d1a26edac3865d63424376ae /.travis.yml
parent00e49af444130f3be0539c1f1a5ddb78cb4b29c9 (diff)
Trying to fix "Hash Sum mismatch" error
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 960b9cc..8d66b3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: c
script:
- sudo add-apt-repository ppa:sonkun/sfml-stable -y
+ - sudo rm -rf /var/lib/apt/lists/*
+ - sudo apt-get clean
- sudo apt-get update
- sudo apt-get install libcsfml -y
- make all