mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 05:10:07 +08:00
Use dist: precise
for PHP 5.3, dist: trusty
for everything else
This commit is contained in:
parent
bebd7c911f
commit
ce58d34db1
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