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 142e8a7 commit 5169debCopy full SHA for 5169deb
.travis.yml
@@ -0,0 +1,23 @@
1
+language: php
2
+
3
+php:
4
+ - 5.5
5
+ - 5.6
6
+ - 7.0
7
+ - hhvm
8
9
+matrix:
10
+ allow_failures:
11
+ - php: hhvm
12
13
+install: travis_retry composer install --no-interaction --prefer-source
14
15
+script:
16
+ - phpunit --coverage-text --coverage-clover=coverage.clover
17
18
+after_script:
19
+ - wget https://scrutinizer-ci.com/ocular.phar
20
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21
22
+notifications:
23
+ slack: red-creek:5lI8ybvl6YTcCNPosh4TE13h
0 commit comments