Skip to content

Commit 6f846c8

Browse files
author
gitlost
committed
Travis not ready yet for PHP 7.1 (still on RC).
1 parent c2a534d commit 6f846c8

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

.travis.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.1
7-
- 7.0
6+
- 7
87
- 5.2
98
- 5.3
109
- 5.4
@@ -25,21 +24,13 @@ env:
2524

2625
matrix:
2726
exclude:
28-
- php: 7.1
27+
- php: 7
2928
env: WP_VERSION=4.2.10
30-
- php: 7.1
29+
- php: 7
3130
env: WP_VERSION=4.1.13
32-
- php: 7.1
31+
- php: 7
3332
env: WP_VERSION=4.0.13
34-
- php: 7.1
35-
env: WP_VERSION=3.9.13
36-
- php: 7.0
37-
env: WP_VERSION=4.2.10
38-
- php: 7.0
39-
env: WP_VERSION=4.1.13
40-
- php: 7.0
41-
env: WP_VERSION=4.0.13
42-
- php: 7.0
33+
- php: 7
4334
env: WP_VERSION=3.9.13
4435
allow_failures:
4536
- env: WP_VERSION=nightly

0 commit comments

Comments
 (0)