Skip to content

Commit 7e2702b

Browse files
author
Dominik Liebler
committed
removed old PHP versions from travis build
1 parent c2fb772 commit 7e2702b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.3
7-
- 5.4
8-
- 5.5
9-
- 5.6
106
- 7.0
11-
- hhvm
7+
- 7.1
128

139
matrix:
14-
allow_failures:
15-
- php: hhvm
16-
- php: 7.0
1710
fast_finish: true
1811

1912
cache:

0 commit comments

Comments
 (0)