Skip to content

Commit 0abf3b9

Browse files
committed
updated travis to not include 5.6 and hhvm. Downgraded phpunit to be able to handle 7.0 as well
1 parent e8e7afc commit 0abf3b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: php
22

33
dist: trusty
44
php:
5-
- 5.6
65
- 7.0
76
- 7.1
8-
- hhvm
97

108
before_script:
119
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=5.6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7",
18+
"phpunit/phpunit": "^6",
1919
"phpmd/phpmd": "@stable",
2020
"squizlabs/php_codesniffer": "^3.3"
2121
},

0 commit comments

Comments
 (0)