.travis.yml 314 B

123456789101112131415161718192021222324252627
  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. notifications:
  12. email: [email protected]
  13. before_script:
  14. - sudo apt-get install zlib1g-dev -y
  15. - phpize && ./configure && make clean && make
  16. branches:
  17. only:
  18. - master
  19. - dev
  20. script:
  21. - ./travis/run-test.sh