Skip to content

Commit 3111526

Browse files
authored
Merge pull request #82 from DataValues/travis04x
Fix Travis builds of 0.4.x branch
2 parents 9b9a86e + 0dd6239 commit 3111526

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
85
- 7
9-
- hhvm
6+
- hhvm-3.18
107

118
before_script:
129
- travis_retry composer install --prefer-source

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"data-values/data-values": "~2.0|~1.0|~0.1",
2828
"data-values/interfaces": "~0.2.0|^0.1.5"
2929
},
30+
"require-dev": {
31+
"phpunit/phpunit": "~5.7"
32+
},
3033
"extra": {
3134
"branch-alias": {
3235
"dev-master": "0.4.x-dev"

0 commit comments

Comments
 (0)