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

Commit 00c3d63

Browse files
authored
Merge pull request #221 from asgrim/enable-php71-travis-tests
Enable PHP 7.1 testing on Travis CI
2 parents e5038a4 + 21fc774 commit 00c3d63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ 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+
- php: 7.1
56+
env:
57+
- DEPS=latest
4958
- php: hhvm
5059
env:
5160
- DEPS=lowest

0 commit comments

Comments
 (0)