Skip to content

Commit

Permalink
Use trusty distribution for PHP < 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored Jul 25, 2019
1 parent 86f8802 commit ab2aa57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: php
matrix:
include:
- php: 5.4
dist: precise
dist: trusty
env: PUG_VERSION='^2.7'
- php: 5.5
dist: precise
dist: trusty
env: PUG_VERSION='^2.7'
- php: 5.5
dist: precise
dist: trusty
env: PUG_VERSION='^3.0'
- php: 5.6
env: PUG_VERSION='^2.7'
Expand Down

0 comments on commit ab2aa57

Please sign in to comment.