From 8bc71ca9b8bcae73fb82e04d594270bf3f6d2eb0 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Fri, 26 Aug 2016 15:14:06 +0200 Subject: [PATCH] Updated 404 shunit link Thanks to Cedar --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a1c63dcf..f91811da3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - DISTRO=ubuntu-trusty before_script: - - curl -L "https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz" | tar zx + - curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx addons: apt: @@ -23,4 +23,4 @@ addons: script: - bash tests/tests_jc2server.sh - - bash tests/tests_ts3server.sh \ No newline at end of file + - bash tests/tests_ts3server.sh