Skip to content

Commit b4cbe29

Browse files
committed
Remove no longer needed code to update libtool [skip appveyor]
1 parent 7956064 commit b4cbe29

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.travis.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,11 @@ before_install:
4949
install:
5050
- .ci/install-re2c.sh
5151
- phpize
52-
- |
53-
if [ $COVERAGE = "ON" ]; then
54-
aclocal
55-
libtoolize --copy --force
56-
autoheader
57-
autoconf
58-
fi
59-
- |
60-
./configure \
61-
--with-php-config=$(phpenv which php-config) \
62-
--enable-zephir-parser \
63-
--enable-zephir-parser-debug \
52+
- >
53+
./configure
54+
--with-php-config=$(phpenv which php-config)
55+
--enable-zephir-parser
56+
--enable-zephir-parser-debug
6457
--enable-coverage
6558
- make $MAKEJOBS
6659

0 commit comments

Comments
 (0)