We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9965d commit ef835e7Copy full SHA for ef835e7
.travis.yml
@@ -23,13 +23,13 @@ addons:
23
24
env:
25
global:
26
- - MAKEJOBS="-j$(getconf _NPROCESSORS_ONLN)"
+ - MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
27
- ZEND_DONT_UNLOAD_MODULES=1
28
- USE_ZEND_ALLOC=0
29
- TRAVIS_COMMIT_LOG=`git log --format=fuller -2`
30
matrix:
31
- RE2C_VERSION="0.13.6"
32
- - RE2C_VERSION="1.1.1"
+ - RE2C_VERSION="1.2.1"
33
34
35
fast_finish: true
@@ -55,7 +55,7 @@ install:
55
--enable-zephir-parser \
56
--enable-zephir-parser-debug \
57
--enable-coverage
58
- - make $MAKEJOBS
+ - make
59
60
before_script:
61
- make coverage-initial
0 commit comments