Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

Commit 6db0441

Browse files
committed
Run Travis builds on latest PHP versions
1 parent 539d559 commit 6db0441

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ matrix:
66
- php: 7.1
77
env:
88
- TEST_COVERAGE=true
9+
- php: 7.2
10+
- php: 7.3
911

1012
install:
1113
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev satooshi/php-coveralls ; fi
@@ -21,4 +23,4 @@ script:
2123
- if [[ $TEST_COVERAGE != 'true' ]]; then ./vendor/bin/phpunit ; fi
2224

2325
after_script:
24-
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/coveralls -v ; fi
26+
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/php-coveralls -v ; fi

0 commit comments

Comments
 (0)