Skip to content

Commit ef835e7

Browse files
committed
Add latest re2c to build & test matrix [skip appveyor]
1 parent fb9965d commit ef835e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ addons:
2323

2424
env:
2525
global:
26-
- MAKEJOBS="-j$(getconf _NPROCESSORS_ONLN)"
26+
- MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
2727
- ZEND_DONT_UNLOAD_MODULES=1
2828
- USE_ZEND_ALLOC=0
2929
- TRAVIS_COMMIT_LOG=`git log --format=fuller -2`
3030
matrix:
3131
- RE2C_VERSION="0.13.6"
32-
- RE2C_VERSION="1.1.1"
32+
- RE2C_VERSION="1.2.1"
3333

3434
matrix:
3535
fast_finish: true
@@ -55,7 +55,7 @@ install:
5555
--enable-zephir-parser \
5656
--enable-zephir-parser-debug \
5757
--enable-coverage
58-
- make $MAKEJOBS
58+
- make
5959

6060
before_script:
6161
- make coverage-initial

0 commit comments

Comments
 (0)