From 070ba05939d40717af4914fb73b3b7d47e16b823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 7 Apr 2015 15:19:19 +0200 Subject: [PATCH] Fix patch download MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3851a86289..b0e405eae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_script: git clone --depth=1 git://github.com/zenovich/runkit.git ; cd runkit ; if [[ $TRAVIS_PHP_VERSION = "5.6" ]] ; then - wget https://github.com/zenovich/runkit/pull/73.diff ; + wget --no-check-certificate https://patch-diff.githubusercontent.com/raw/zenovich/runkit/pull/73.diff ; patch -p1 < 73.diff ; fi ; phpize ;