Skip to content

Commit

Permalink
Merge pull request #1119 from sanmai/patch-1
Browse files Browse the repository at this point in the history
Test 1.x on PHP 7.3 on Travis; fix builds for PHP 5.5
  • Loading branch information
goetas authored Sep 5, 2019
2 parents ee96d57 + 8d96be1 commit b241327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ cache:
matrix:
include:
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 5.5
dist: trusty
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
fast_finish: true

Expand Down

0 comments on commit b241327

Please sign in to comment.