Skip to content

Commit

Permalink
Fix travis PHP 5.4 and 5.5 config. (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- authored and erayd committed Sep 25, 2019
1 parent 6bbd3d1 commit 5bc9862
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 @@ -12,7 +12,9 @@ matrix:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
env: WITH_COVERAGE=true
Expand Down

0 comments on commit 5bc9862

Please sign in to comment.