Skip to content

Commit 52d0047

Browse files
authored
Travis: test against PHP 7.4, not snapshot (#1844)
Travis: test against PHP 7.4, not snapshot
2 parents 71e20c5 + fc30a4c commit 52d0047

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ php:
1818
- 7.1
1919
- 7.2
2020
- 7.3
21-
- "7.4snapshot"
21+
- 7.4
22+
- "nightly"
2223

2324
env:
2425
# `master` is now 3.x.
@@ -111,6 +112,10 @@ jobs:
111112
- php: 5.4
112113
env: PHPCS_BRANCH="3.3.1"
113114

115+
allow_failures:
116+
# Allow failures for unstable builds.
117+
- php: "nightly"
118+
114119
before_install:
115120
# Speed up build time by disabling Xdebug.
116121
# https://johnblackbourn.com/reducing-travis-ci-build-times-for-wordpress-projects/

0 commit comments

Comments
 (0)