Skip to content

Commit 5bf336b

Browse files
committed
Test framework tweaks
1 parent 94de701 commit 5bf336b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist: trusty
2+
13
language: php
24

35
php:
@@ -6,6 +8,7 @@ php:
68
- 5.5
79
- 5.6
810
- 7.0
11+
- 7.1
912
- hhvm
1013

1114
before_install:
@@ -23,7 +26,7 @@ before_script:
2326

2427
script:
2528
- mkdir -p build/logs
26-
- phpunit --coverage-clover build/logs/clover.xml
29+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
2730

2831
after_script:
2932
- vendor/bin/coveralls

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"ext-curl": "*"
2828
},
2929
"require-dev": {
30-
"satooshi/php-coveralls": "^1.0||^2.0"
30+
"satooshi/php-coveralls": "^1.0||^2.0",
31+
"phpunit/phpunit": "^4.8"
3132
},
3233
"autoload": {
3334
"psr-0": {

0 commit comments

Comments
 (0)