diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-09-19 12:18:51 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-09-19 12:18:51 +0100 |
| commit | 669383b27855acb55006d57190fc902aef8f2278 (patch) | |
| tree | 227202277ba9b99b019c58f15efcc304e69320ce /.travis.yml | |
| parent | 940fa4926b93013ca57b48031f83bccb0d955e2b (diff) | |
| download | webtrees-669383b27855acb55006d57190fc902aef8f2278.tar.gz webtrees-669383b27855acb55006d57190fc902aef8f2278.tar.bz2 webtrees-669383b27855acb55006d57190fc902aef8f2278.zip | |
Update travis-ci config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4befa0d12f..652083659c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ script: - if [ $TRAVIS_PHP_VERSION = 7.1 ]; then vendor/bin/phpunit -c phpunit.xml.dist; fi after_script: - - if [ $TRAVIS_PHP_VERSION = 7.3 ]; then travis_retry php vendor/bin/php-coveralls -v; fi + - if [ $TRAVIS_PHP_VERSION = 7.4 ]; then travis_retry php vendor/bin/php-coveralls -v; fi |
