Skip to content

Commit

Permalink
Updating composer packages and travis configuration to ensure builds …
Browse files Browse the repository at this point in the history
…for the current supported versions.
  • Loading branch information
allebb committed Oct 16, 2019
1 parent 0d0ab09 commit 0fbf024
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
language: php

dist: trusty

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
allow_failures:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: nightly

sudo: false

Expand All @@ -18,5 +20,5 @@ install: travis_retry composer install --no-interaction --prefer-source --dev
script: vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 0fbf024

Please sign in to comment.