Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #37 from webimpress/feature/php-7.3-support
Browse files Browse the repository at this point in the history
Added PHP 7.3 support - updated Travis CI configuration
  • Loading branch information
weierophinney committed Feb 7, 2019
2 parents 42f073c + bc7b451 commit 55ccf0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

matrix:
Expand All @@ -10,6 +8,7 @@ matrix:
env:
- CS_CHECK=true
- php: 7.2
- php: 7.3

before_install:
- composer install --no-interaction
Expand Down

0 comments on commit 55ccf0b

Please sign in to comment.