Skip to content

Commit b7bc11a

Browse files
authored
PHP 7.1 + Allow fail on nightly
1 parent 9b1d0c2 commit b7bc11a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notifications:
88
on_failure: change
99

1010
php:
11-
- nightly # PHP 7.x
11+
- 7.1
1212
- 7.0
1313

1414
env:
@@ -26,10 +26,13 @@ env:
2626
matrix:
2727
allow_failures:
2828
- php: 5.2
29+
- php: nightly # PHP 7.x
2930
# - env: WP_VERSION=bleeding WP_MULTISITE=0
3031
# - env: WP_VERSION=bleeding-maintenance WP_MULTISITE=0
3132

3233
include:
34+
- php: nightly
35+
env: WP_VERSION=latest WP_MULTISITE=0
3336
- php: hhvm
3437
env: WP_VERSION=latest WP_MULTISITE=0
3538
- php: 5.6

0 commit comments

Comments
 (0)