File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 - C_INCLUDE_PATH="$TRAVIS_BUILD_DIR/build/include"
2525 matrix :
2626 - CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -fvisibility=hidden"
27- - CC="ccache clang" CFLAGS="-g3 -O0"
27+ - CC="ccache clang" CFLAGS="-g3 -O0 -fcolor-diagnostics "
2828
2929matrix :
3030 fast_finish : true
@@ -34,7 +34,7 @@ matrix:
3434 - env : CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -fvisibility=hidden"
3535 php : nightly
3636 compiler : gcc
37- - env : CC="ccache clang" CFLAGS="-g3 -O0"
37+ - env : CC="ccache clang" CFLAGS="-g3 -O0 -fcolor-diagnostics "
3838 php : nightly
3939 compiler : clang
4040
@@ -68,8 +68,8 @@ install:
6868 $(phpenv which phpize)
6969 ./configure --with-php-config=$(phpenv which php-config) --enable-zephir_parser
7070 make -j"$(getconf _NPROCESSORS_ONLN)"
71- make install
72- phpenv config-add zephir_parser.ini
71+ - make test
72+ - make install && phpenv config-add zephir_parser.ini
7373
7474before_install :
7575 - if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [ x"$CC" != x ]; then
3030 export CC=" gcc"
3131 else
3232 if [ x" $CLANG_BIN " != x ]; then
33- export CFLAGS=" -g3 -O3"
33+ export CFLAGS=" -g3 -O3 -fcolor-diagnostics "
3434 export CC=" clang"
3535 fi
3636 fi
You can’t perform that action at this time.
0 commit comments