From 7b7f148faf6c123f3994d3f67e5aeb7a74b67180 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Thu, 29 Mar 2018 18:46:35 +0200 Subject: [PATCH] Update .travis.yml with the patched script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d29b8f..cea1692 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: - docker script: - - wget -O- http://travis.debian.net/script.sh | sh - + - wget -O- https://raw.githubusercontent.com/gilir/travis.debian.net/gh-pages/script.sh | sh - if: tag IS blank