Skip to content

Commit ded5dd7

Browse files
authored
Merge pull request #2 from nbianca/patch-3
Remove PHP 7 from Travis.
2 parents fdb554e + 02f8b46 commit ded5dd7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7-
- 7.0
8-
- nightly
97

108
env:
119
- TEST_PHP_ARGS="-q"
@@ -25,8 +23,3 @@ before_script:
2523

2624
script:
2725
- make test
28-
29-
matrix:
30-
allow_failures:
31-
- php: nightly
32-
- php: 7.0

0 commit comments

Comments
 (0)