Skip to content

Commit

Permalink
Test PHP 7.3 with travis
Browse files Browse the repository at this point in the history
It looks as though it was supposed to have 7.3 already, but was a typo of 7.1.
  • Loading branch information
rossmotley authored Mar 6, 2019
1 parent c029e10 commit 41c5b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
allow_failures:
- php: nightly
include:
- php: 7.1
- php: 7.3
- php: 7.2
- php: 7.1
- php: 7.0
Expand All @@ -16,4 +16,4 @@ matrix:
- dist: precise
php: 5.3
before_script:
- composer install
- composer install

0 comments on commit 41c5b59

Please sign in to comment.