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

Commit 7c69a23

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 5.5
12-
- php: 5.6
13-
- php: 7
11+
- php: 7.1
1412
allow_failures:
15-
- php: 7
13+
- php: 7.1
1614
fast_finish: true
1715

1816
install:

0 commit comments

Comments
 (0)