diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-09-19 11:48:02 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-09-19 11:48:02 +0100 |
| commit | 940fa4926b93013ca57b48031f83bccb0d955e2b (patch) | |
| tree | cecfb7e58ddaa92626b61b34eb085b7d3b26f406 /.travis.yml | |
| parent | 1e6d0530679f721a56ada60ec4f28ba5677f46bc (diff) | |
| download | webtrees-940fa4926b93013ca57b48031f83bccb0d955e2b.tar.gz webtrees-940fa4926b93013ca57b48031f83bccb0d955e2b.tar.bz2 webtrees-940fa4926b93013ca57b48031f83bccb0d955e2b.zip | |
Update travis-ci config
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 901fef78ad..4befa0d12f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,18 +16,13 @@ cache: - vendor - $HOME/.composer/cache -# 7.4 does not currently have ext-gd and ext-zip - but we don't need them for our tests -install: - - curl -s http://getcomposer.org/installer | php - - travis_retry composer install --ignore-platform-reqs - before_script: - travis_retry composer config github-oauth.github.com "${GITHUB_OAUTH_TOKEN}" # Coverage testing is slow, so only do it once. script: - - if [ $TRAVIS_PHP_VERSION = 7.4 ]; then vendor/bin/phpunit -c phpunit.xml.dist; fi - - if [ $TRAVIS_PHP_VERSION = 7.3 ]; then vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/clover.xml; fi + - if [ $TRAVIS_PHP_VERSION = 7.4 ]; then vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/clover.xml; fi + - if [ $TRAVIS_PHP_VERSION = 7.3 ]; then vendor/bin/phpunit -c phpunit.xml.dist; fi - if [ $TRAVIS_PHP_VERSION = 7.2 ]; then vendor/bin/phpunit -c phpunit.xml.dist; fi - if [ $TRAVIS_PHP_VERSION = 7.1 ]; then vendor/bin/phpunit -c phpunit.xml.dist; fi |
