| 1234567891011121314151617181920212223242526272829303132 | language: phpcompiler:  - gcc  - clangos:  - linuxphp:  - 7.0  - 7.1  - 7.2  - 7.3  - 7.4snapshot  - nightlynotifications:  email: [email protected]before_script:  - git submodule update --init  - sudo apt-get install zlib1g-dev -y  - phpize && ./configure && make clean && makebranches:  only:    - master    - dev    - dev-readscript:    - ./travis/run-test.sh
 |