Skip to content

Commit 04ac654

Browse files
author
naillizard
committed
Changed travis file to test php 7.2 and 7.3
1 parent e098d33 commit 04ac654

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ dist: trusty
33
language: php
44

55
php:
6-
- 5.6
7-
- 7.0
8-
- 7.1
6+
- 7.2
7+
- 7.3
98

109
sudo: false
1110

@@ -21,7 +20,3 @@ before_script:
2120

2221
script:
2322
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
24-
25-
after_script:
26-
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
27-
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi

0 commit comments

Comments
 (0)