mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Merge pull request #137 from wp-cli/use-trusty
Use `dist: precise` for PHP 5.3, `dist: trusty` for everything else
This commit is contained in:
commit
ec24d33650
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
language: php
|
||||
|
||||
|
@ -34,6 +35,7 @@ matrix:
|
|||
- php: 5.6
|
||||
env: WP_VERSION=trunk
|
||||
- php: 5.3
|
||||
dist: precise
|
||||
env: WP_VERSION=latest
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue