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

Commit 1cfa758

Browse files
authored
Merge pull request #14 from shochdoerfer/fix/travis
Run Travis builds on latest PHP versions
2 parents 341ee6f + 6db0441 commit 1cfa758

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
@@ -5,6 +5,8 @@ matrix:
55
- php: 7.1
66
env:
77
- TEST_COVERAGE=true
8+
- php: 7.2
9+
- php: 7.3
810

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

2224
after_script:
23-
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/coveralls -v ; fi
25+
- if [[ $TEST_COVERAGE == 'true' ]]; then ./vendor/bin/php-coveralls -v ; fi

0 commit comments

Comments
 (0)