We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854d73a commit 9ac3f4aCopy full SHA for 9ac3f4a
.travis.yml
@@ -3,14 +3,20 @@ php:
3
- 7.1
4
- 7.0
5
- 5.6
6
- - 5.5
7
- - 5.4
8
- hhvm
9
10
-matrix:
11
fast_finish: true
+
12
bin-dir: vendor/bin/
13
allow_failures:
14
-- php: hhvm
+ - php: hhvm
15
before_script:
16
-- composer install
+- 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
@@ -11,7 +11,7 @@
}
],
"require": {
- "php": ">=5.4.0"
+ "php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.7 | ^6",
0 commit comments