Skip to content

Commit

Permalink
Use dist: precise for PHP 5.3, dist: trusty for everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Aug 4, 2017
1 parent f4448f2 commit 2b4fc85
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
@@ -1,4 +1,5 @@
sudo: false
dist: trusty

language: php

Expand Down Expand Up @@ -34,6 +35,7 @@ matrix:
- php: 5.6
env: WP_VERSION=trunk
- php: 5.3
dist: precise
env: WP_VERSION=latest

before_install:
Expand Down

0 comments on commit 2b4fc85

Please sign in to comment.