.travis.yml 322 B

12345678910111213141516171819202122232425262728
  1. language: php
  2. compiler:
  3. - gcc
  4. - clang
  5. os:
  6. - linux
  7. php:
  8. - 7.0
  9. - 7.1
  10. - 7.2
  11. - 7.3
  12. notifications:
  13. email: [email protected]
  14. before_script:
  15. - sudo apt-get install zlib1g-dev -y
  16. - phpize && ./configure && make clean && make
  17. branches:
  18. only:
  19. - master
  20. - dev
  21. script:
  22. - ./travis/run-test.sh