Skip to content

Commit

Permalink
Merge pull request #42 from wp-cli/use-precise
Browse files Browse the repository at this point in the history
Use `dist: precise` for PHP 5.3
  • Loading branch information
danielbachhuber authored Sep 21, 2017
2 parents f1fb159 + 3d321f7 commit 6558f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 @@ -32,6 +33,7 @@ matrix:
- php: 5.6
env: WP_VERSION=trunk
- php: 5.3
dist: precise
env: WP_VERSION=latest

before_install:
Expand Down
2 changes: 1 addition & 1 deletion features/find.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Find WordPress installs on the filesystem
When I run `wp eval --skip-wordpress 'echo realpath( getenv( "RUN_DIR" ) );'`
Then save STDOUT as {TEST_DIR}

When I run `wp find {TEST_DIR} --field=version_path`
When I run `wp find {TEST_DIR} --field=version_path | sort`
Then STDOUT should be:
"""
{TEST_DIR}/subdir1/wp-includes/version.php
Expand Down

0 comments on commit 6558f5d

Please sign in to comment.