.travis.yml 397 B

1234567891011121314151617181920212223242526272829303132
  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. - 7.4snapshot
  13. - nightly
  14. notifications:
  15. email: [email protected]
  16. before_script:
  17. - git submodule update --init
  18. - sudo apt-get install zlib1g-dev -y
  19. - phpize && ./configure && make clean && make
  20. branches:
  21. only:
  22. - master
  23. - dev
  24. - dev-read
  25. script:
  26. - ./travis/run-test.sh