Skip to content

Commit b52f8ac

Browse files
committed
Added php 7.1 to .travis.yml.
1 parent 0bd89a4 commit b52f8ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '5.5'
55
- '5.6'
66
- '7.0'
7+
- '7.1'
78
- hhvm
89
- nightly
910

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"require-dev": {
1313
"phing/phing": "2.*",
14-
"phpunit/phpunit": "*",
14+
"phpunit/phpunit": "4.* || 5.*",
1515
"setbased/phing-extensions": "2.*"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)