Browse Source

Updated 404 shunit link

Thanks to Cedar
pull/1037/merge
UltimateByte 9 years ago
committed by GitHub
parent
commit
8bc71ca9b8
  1. 4
      .travis.yml

4
.travis.yml

@ -4,7 +4,7 @@ env:
- DISTRO=ubuntu-trusty - DISTRO=ubuntu-trusty
before_script: 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: addons:
apt: apt:
@ -23,4 +23,4 @@ addons:
script: script:
- bash tests/tests_jc2server.sh - bash tests/tests_jc2server.sh
- bash tests/tests_ts3server.sh - bash tests/tests_ts3server.sh

Loading…
Cancel
Save