| 123456789101112131415161718192021222324252627 | language: phpcompiler:  - gcc  - clangos:  - linuxphp:  - 7.0  - 7.1  - 7.2notifications:  email: [email protected]before_script:  - sudo apt-get install zlib1g-dev -y  - phpize && ./configure && make clean && makebranches:  only:    - master    - devscript:    - ./travis/run-test.sh
 |