.travis.yml 354 B

1234567891011121314151617181920212223242526272829
  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. script:
  23. - ./travis/run-test.sh