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 ffeaf3e + 3c0b233 commit 1046e76Copy full SHA for 1046e76
2 files changed
.travis.yml
@@ -71,4 +71,4 @@ jobs:
71
- stage: test
72
php: 5.4
73
dist: precise
74
- env: WP_VERSION=latest
+ env: WP_VERSION=5.1
features/core-update.feature
@@ -273,7 +273,8 @@ Feature: Update WordPress core
273
Warning: Checksums not available for WordPress {WP_VERSION-4.0-latest}/es_ES. Please cleanup files manually.
274
"""
275
And the return code should be 0
276
-
+
277
+ @require-php-5.6
278
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
279
Given a WP install
280
@@ -293,6 +294,7 @@ Feature: Update WordPress core
293
294
| trunk |
295
| nightly |
296
297
298
Scenario: Installing latest nightly build should skip cache
299
300
0 commit comments