diff --git a/.travis.yml b/.travis.yml index 5606c368ba..84b7799eb6 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/71.diff ; + wget https://github.com/zenovich/runkit/pull/73.diff ; patch -p1 < 71.diff ; fi ; phpize ;