Skip to content

Commit

Permalink
Test on PHP 7.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 3, 2019
1 parent 7131910 commit fd982aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
language: php

dist: bionic

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

matrix:
include:
Expand All @@ -16,12 +19,10 @@ matrix:
- php: 5.5
dist: trusty

sudo: false

install: travis_retry composer install --no-interaction --prefer-source

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

after_script:
- if [ "$TRAVIS_PHP_VERSION" != "7.0" ]; then vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
- vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit fd982aa

Please sign in to comment.