We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94de701 commit 5bf336bCopy full SHA for 5bf336b
.travis.yml
@@ -1,3 +1,5 @@
1
+dist: trusty
2
+
3
language: php
4
5
php:
@@ -6,6 +8,7 @@ php:
6
8
- 5.5
7
9
- 5.6
10
- 7.0
11
+ - 7.1
12
- hhvm
13
14
before_install:
@@ -23,7 +26,7 @@ before_script:
23
26
24
27
script:
25
28
- mkdir -p build/logs
- - phpunit --coverage-clover build/logs/clover.xml
29
+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
30
31
after_script:
32
- vendor/bin/coveralls
composer.json
@@ -27,7 +27,8 @@
"ext-curl": "*"
},
"require-dev": {
- "satooshi/php-coveralls": "^1.0||^2.0"
+ "satooshi/php-coveralls": "^1.0||^2.0",
+ "phpunit/phpunit": "^4.8"
33
"autoload": {
34
"psr-0": {
0 commit comments