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

Commit

Permalink
Added PHP 7.3 support - updated Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored and weierophinney committed Feb 7, 2019
1 parent ede1825 commit 62e7280
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 62e7280

Please sign in to comment.