Skip to content

Commit

Permalink
Updated Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Apr 28, 2021
1 parent 7c9cf58 commit 45992e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: php
matrix:
fast_finish: true
include:
- php: 8.0
- php: 7.4
env: COVERAGE=1
- php: 8.0
- php: 7.1
before_script:
- sh -c "if [ '$COVERAGE' ]; then wget https://scrutinizer-ci.com/ocular.phar -O /tmp/ocular.phar; fi"
Expand Down

0 comments on commit 45992e3

Please sign in to comment.