Skip to content

Commit 1046e76

Browse files
authored
Merge pull request #107 from wojsmol/patch-1
Move PHP 5.4 tests from `WP_VERSION` `latest` to `5.1`
2 parents ffeaf3e + 3c0b233 commit 1046e76

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
- stage: test
7272
php: 5.4
7373
dist: precise
74-
env: WP_VERSION=latest
74+
env: WP_VERSION=5.1

features/core-update.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ Feature: Update WordPress core
273273
Warning: Checksums not available for WordPress {WP_VERSION-4.0-latest}/es_ES. Please cleanup files manually.
274274
"""
275275
And the return code should be 0
276-
276+
277+
@require-php-5.6
277278
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
278279
Given a WP install
279280

@@ -293,6 +294,7 @@ Feature: Update WordPress core
293294
| trunk |
294295
| nightly |
295296

297+
@require-php-5.6
296298
Scenario: Installing latest nightly build should skip cache
297299
Given a WP install
298300

0 commit comments

Comments
 (0)