Skip to content

Commit

Permalink
Merge pull request #21 from ricardofiorani/fix-build
Browse files Browse the repository at this point in the history
Fix build on travis
  • Loading branch information
ricardofiorani authored Jul 28, 2019
2 parents c870031 + 635b413 commit 3c98f3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ sudo: false

# Setup build matrix
language: php
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

matrix:
include:
Expand All @@ -23,7 +25,7 @@ before_install:
install:
- travis_retry composer update --no-interaction --prefer-source

script: phpunit --coverage-clover=coverage.clover
script: phpunit --verbose --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 3c98f3a

Please sign in to comment.