Skip to content

Commit 9ac3f4a

Browse files
committed
php >= 5.6; codecover
1 parent 854d73a commit 9ac3f4a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ php:
33
- 7.1
44
- 7.0
55
- 5.6
6-
- 5.5
7-
- 5.4
86
- hhvm
97

10-
matrix:
118
fast_finish: true
9+
1210
bin-dir: vendor/bin/
11+
1312
allow_failures:
14-
- php: hhvm
13+
- php: hhvm
14+
1515
before_script:
16-
- composer install
16+
- composer install -o -n
17+
18+
script:
19+
- vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
20+
21+
after_success:
22+
- bash <(curl -s https://codecov.io/bash)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0"
14+
"php": ">=5.6"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^5.7 | ^6",

0 commit comments

Comments
 (0)