Skip to content

Commit 45992e3

Browse files
committed
Updated Travis config
1 parent 7c9cf58 commit 45992e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: php
33
matrix:
44
fast_finish: true
55
include:
6-
- php: 8.0
6+
- php: 7.4
77
env: COVERAGE=1
8+
- php: 8.0
89
- php: 7.1
910
before_script:
1011
- sh -c "if [ '$COVERAGE' ]; then wget https://scrutinizer-ci.com/ocular.phar -O /tmp/ocular.phar; fi"

0 commit comments

Comments
 (0)