.travis.yml 369 B

123456789101112131415161718192021222324252627282930
  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. - git submodule update --init
  16. - sudo apt-get install zlib1g-dev -y
  17. - phpize && ./configure && make clean && make
  18. branches:
  19. only:
  20. - master
  21. - dev
  22. - dev-read
  23. script:
  24. - ./travis/run-test.sh