Skip to content

Commit b0170db

Browse files
committed
build(travis): php7 only
1 parent e0967be commit b0170db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
87
- 7.3
9-
- nightly
10-
11-
matrix:
12-
allow_failures:
13-
- php: nightly
8+
- 7.4
149

1510
install:
1611
- composer install --prefer-dist

0 commit comments

Comments
 (0)