Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 4e1e076

Browse files
author
Adam Weingarten
committed
Restricting build to php 7.1.
1 parent 6c759c4 commit 4e1e076

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 5.5
12-
- php: 5.6
13-
- php: 7
14-
allow_failures:
15-
- php: 7
11+
- php: 7.1
1612
fast_finish: true
1713

1814
install:

0 commit comments

Comments
 (0)