language: php php: - 7.0 env: - CC=gcc-4.6 CFLAGS="" - CC=clang CFLAGS="" before_script: - phpize && ./configure && make script: - make test