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

39 lines
611 B

8 years ago
8 years ago
8 years ago
6 years ago
8 years ago
8 years ago
8 years ago
  1. language: php
  2. dist: xenial
  3. sudo: false
  4. matrix:
  5. fast_finish: true
  6. include:
  7. - php: 5.5
  8. dist: trusty
  9. - php: 5.6
  10. - php: 7.0
  11. env: CODE_COVERAGE=1
  12. #- php: 7.1
  13. #- php: 7.2
  14. #- php: 7.3
  15. # dist: bionic # for proper node-less version
  16. # env: BROWSER_TESTS=1
  17. # addons:
  18. # chrome: stable
  19. #- php: 7.4
  20. - php: 8.0
  21. dist: bionic # for proper node-less version
  22. env: BROWSER_TESTS=1
  23. addons:
  24. chrome: stable
  25. cache:
  26. directories:
  27. - $HOME/.composer
  28. install:
  29. - .ci/install.sh
  30. script:
  31. - .ci/run.sh
  32. notifications:
  33. email: false