Skip to content

Commit

Permalink
Merge pull request #94 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Modern Travis images do not support PHP 5.4, 5.5
  • Loading branch information
paragonie-scott authored Jul 26, 2019
2 parents e380069 + 7268f42 commit 1f92aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ matrix:
os: linux
env: USE_PSALM=0
CHECK_MBSTRING=1
dist: trusty
- php: "5.5"
os: linux
env: USE_PSALM=0
CHECK_MBSTRING=1
dist: trusty
- php: "5.6"
os: linux
env: USE_PSALM=1
Expand Down

0 comments on commit 1f92aa3

Please sign in to comment.