0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 15:25:19 +00:00

Merge pull request #298 from stesie/travis-flags

Travis flags
This commit is contained in:
Stefan Siegl 2017-03-11 18:20:28 +01:00 committed by GitHub
commit c7d4449b6f

View File

@ -13,7 +13,7 @@ install:
build:
phpize
./configure
./configure CXXFLAGS="-Wall -Wno-write-strings -Werror"
$(MAKE) -j3
test: build