Skip to content

Commit b5d97f2

Browse files
committed
Update file(s) from wp-cli/.github
1 parent e7efa7d commit b5d97f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ script:
4848

4949
jobs:
5050
include:
51+
- stage: test
52+
php: nightly
53+
env: WP_VERSION=trunk
5154
- stage: test
5255
php: 7.4
5356
env: WP_VERSION=latest
@@ -73,3 +76,8 @@ jobs:
7376
- stage: test
7477
php: 5.6
7578
env: WP_VERSION=trunk
79+
80+
allow_failures:
81+
- stage: test
82+
php: nightly
83+
env: WP_VERSION=trunk

0 commit comments

Comments
 (0)