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 413e5d3 commit cf6634cCopy full SHA for cf6634c
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.0
5
- 7.1
6
+ - 7.2
7
8
install: travis_retry composer install --no-interaction --prefer-source
9
@@ -11,11 +12,3 @@ script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.
11
12
before_script: phpenv config-add travis-php.ini
13
14
after_script: bash <(curl -s https://codecov.io/bash)
-
15
-notifications:
16
- webhooks:
17
- urls:
18
- - https://webhooks.gitter.im/e/b9670df34a6a0a80da4f
19
- on_success: always # options: [always|never|change] default: always
20
- on_failure: always # options: [always|never|change] default: always
21
- on_start: never # options: [always|never|change] default: always
0 commit comments