We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9cf58 commit 45992e3Copy full SHA for 45992e3
.travis.yml
@@ -3,8 +3,9 @@ language: php
3
matrix:
4
fast_finish: true
5
include:
6
- - php: 8.0
+ - php: 7.4
7
env: COVERAGE=1
8
+ - php: 8.0
9
- php: 7.1
10
before_script:
11
- sh -c "if [ '$COVERAGE' ]; then wget https://scrutinizer-ci.com/ocular.phar -O /tmp/ocular.phar; fi"
0 commit comments