diff options
author | Oxore <oxore@protonmail.com> | 2017-05-27 00:30:04 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-27 00:30:04 +0700 |
commit | f4995e4a25b1fe555e66caae71de7699bd752531 (patch) | |
tree | d9e74669776ce0c5d1a26edac3865d63424376ae | |
parent | 00e49af444130f3be0539c1f1a5ddb78cb4b29c9 (diff) |
Trying to fix "Hash Sum mismatch" error
-rw-r--r-- | .travis.yml | 2 |
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 |