Skip to content

Commit

Permalink
Merge pull request #74 from mariusvw/master
Browse files Browse the repository at this point in the history
Test against newer php versions.
Resolves #72 and #73
  • Loading branch information
daan-pay authored Nov 1, 2019
2 parents 0a72f1c + ae7fe9d commit 5ec1680
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 @@ -13,6 +13,8 @@ matrix:
- php: 5.6
- php: 7
- php: 7.1
- php: 7.2
- php: 7.3
fast_finish: true

before_install:
Expand All @@ -25,4 +27,4 @@ script:
- vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover build/logs/clover.xml tests/

after_success:
- travis_retry php vendor/bin/coveralls
- travis_retry php vendor/bin/coveralls

0 comments on commit 5ec1680

Please sign in to comment.