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
39 lines
611 B
language: php
|
|
|
|
dist: xenial
|
|
sudo: false
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
include:
|
|
- php: 5.5
|
|
dist: trusty
|
|
- php: 5.6
|
|
- php: 7.0
|
|
env: CODE_COVERAGE=1
|
|
#- php: 7.1
|
|
#- php: 7.2
|
|
#- php: 7.3
|
|
# dist: bionic # for proper node-less version
|
|
# env: BROWSER_TESTS=1
|
|
# addons:
|
|
# chrome: stable
|
|
#- php: 7.4
|
|
- php: 8.0
|
|
dist: bionic # for proper node-less version
|
|
env: BROWSER_TESTS=1
|
|
addons:
|
|
chrome: stable
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.composer
|
|
|
|
install:
|
|
- .ci/install.sh
|
|
|
|
script:
|
|
- .ci/run.sh
|
|
|
|
notifications:
|
|
email: false
|