We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2dece0 + 6558f5d commit c0cdf25Copy full SHA for c0cdf25
.travis.yml
@@ -1,4 +1,5 @@
1
sudo: false
2
+dist: trusty
3
4
language: php
5
@@ -32,6 +33,7 @@ matrix:
32
33
- php: 5.6
34
env: WP_VERSION=trunk
35
- php: 5.3
36
+ dist: precise
37
env: WP_VERSION=latest
38
39
before_install:
features/find.feature
@@ -7,7 +7,7 @@ Feature: Find WordPress installs on the filesystem
7
When I run `wp eval --skip-wordpress 'echo realpath( getenv( "RUN_DIR" ) );'`
8
Then save STDOUT as {TEST_DIR}
9
10
- When I run `wp find {TEST_DIR} --field=version_path`
+ When I run `wp find {TEST_DIR} --field=version_path | sort`
11
Then STDOUT should be:
12
"""
13
{TEST_DIR}/subdir1/wp-includes/version.php
0 commit comments