We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6735ac commit 605b338Copy full SHA for 605b338
.travis.yml
@@ -6,7 +6,7 @@ matrix:
6
- php: 7.3
7
env: COVERAGE=1
8
- php: 7.1
9
- - php: 7.4snapshot
+ - php: 7.4
10
before_script:
11
- sh -c "if [ '$COVERAGE' ]; then wget https://scrutinizer-ci.com/ocular.phar -O /tmp/ocular.phar; fi"
12
- composer install
0 commit comments