Skip to content

Commit b06cce2

Browse files
committed
Fixed travis config [skip appveyor]
1 parent b4cbe29 commit b06cce2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ before_install:
4949
install:
5050
- .ci/install-re2c.sh
5151
- phpize
52-
- >
53-
./configure
54-
--with-php-config=$(phpenv which php-config)
55-
--enable-zephir-parser
56-
--enable-zephir-parser-debug
52+
- |
53+
./configure \
54+
--with-php-config=$(phpenv which php-config) \
55+
--enable-zephir-parser \
56+
--enable-zephir-parser-debug \
5757
--enable-coverage
5858
- make $MAKEJOBS
5959

0 commit comments

Comments
 (0)