Skip to content

Commit

Permalink
Merge d56a336 into d3a1336
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Jan 2, 2020
2 parents d3a1336 + d56a336 commit df249a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -20,4 +20,4 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 4
runs: 5
15 changes: 6 additions & 9 deletions .travis.yml
Expand Up @@ -2,22 +2,19 @@ dist: trusty
language: php

php:
- "7.0"
- "7.1"
- "7.2"
- "7.3"

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

## Cache composer
cache:
directories:
- $HOME/.composer/cache

before_script:
- travis_retry composer install --no-interaction
- travis_retry composer update --no-interaction --prefer-dist

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit df249a1

Please sign in to comment.