Do not cache runkit
The improvement is not noticeable in this case, so let's always use fresh copy. Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
f2047699be
commit
f8939546bd
@ -2,16 +2,12 @@
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p ~/runkit
|
||||
if [ ! -d ~/runkit/runkit/.git ] ; then
|
||||
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
|
||||
git clone --depth=1 git://github.com/adrianguenter/runkit.git ~/runkit/runkit
|
||||
else
|
||||
git clone --depth=1 git://github.com/zenovich/runkit.git ~/runkit/runkit
|
||||
fi
|
||||
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
|
||||
git clone --depth=1 git://github.com/adrianguenter/runkit.git
|
||||
else
|
||||
git clone --depth=1 git://github.com/zenovich/runkit.git
|
||||
fi
|
||||
pushd ~/runkit/runkit
|
||||
git pull
|
||||
pushd runkit
|
||||
phpize
|
||||
./configure
|
||||
make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user