Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 294656f

Browse files
committed
Enable PHP 7.1 testing on Travis CI
1 parent e5038a4 commit 294656f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ matrix:
4646
- php: 7
4747
env:
4848
- DEPS=latest
49+
- php: 7.1
50+
env:
51+
- DEPS=lowest
52+
- php: 7.1
53+
env:
54+
- DEPS=locked
55+
- CHECK_CS=true
56+
- php: 7.1
57+
env:
58+
- DEPS=latest
4959
- php: hhvm
5060
env:
5161
- DEPS=lowest

0 commit comments

Comments
 (0)