sudo: required dist: trusty language: php php: - 7.0 env: - CC=gcc-4.8 CFLAGS="" - CC=clang CFLAGS="" before_script: - phpize && ./configure && make script: - make test