You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 412 B

123456789101112131415161718192021222324252627282930313233343536
  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.4
  13. - 8.0
  14. # - nightly
  15. notifications:
  16. email: 63851587@qq.com
  17. env:
  18. - REPORT_EXIT_STATUS=1 NO_INTERACTION=1
  19. before_install:
  20. - chmod +x ./travis/compile.sh
  21. - chmod +x ./travis/run-tests.sh
  22. #Compile
  23. before_script:
  24. - ./travis/compile.sh
  25. # Run PHPs run-tests.php
  26. script:
  27. - ./travis/run-tests.sh