Skip to content

Commit b1e5f79

Browse files
committed
Allow php version failure attempt #2
1 parent fbfbac0 commit b1e5f79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ php:
88
env: # important!
99
matrix:
1010
allow_failures:
11-
- php: 5.6
12-
- php: 7.0
13-
- php: nightly
11+
- php:
12+
- 5.6
13+
- 7.0
14+
- nightly
1415

1516
before_script:
1617
- travis_retry composer self-update

0 commit comments

Comments
 (0)