Adjust patch download URL

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-04-07 09:48:09 +02:00
parent 798b772ded
commit 8a58e020e5

View File

@ -11,7 +11,7 @@ git clone --depth=1 git://github.com/zenovich/runkit.git
pushd runkit
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
wget https://github.com/zenovich/runkit/pull/73.diff
wget https://patch-diff.githubusercontent.com/raw/zenovich/runkit/pull/73.diff
patch -p1 < 73.diff
fi