1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: php php: - 7.0 env: - CC=gcc-4.6 CFLAGS="" - CC=clang CFLAGS="" before_script: - phpize && ./configure && make script: - make test