Skip to content

Commit

Permalink
Merge pull request #24 from wp-cli/use-trusty
Browse files Browse the repository at this point in the history
Use `dist: precise` for PHP 5.3, `dist: trusty` for everything else
  • Loading branch information
gitlost authored Aug 4, 2017
2 parents 3c8e2f2 + 727b957 commit fb743da
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 fb743da

Please sign in to comment.