Skip to content

Commit cf6634c

Browse files
committed
:octocat: +php7.2
1 parent 413e5d3 commit cf6634c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
install: travis_retry composer install --no-interaction --prefer-source
89

@@ -11,11 +12,3 @@ script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.
1112
before_script: phpenv config-add travis-php.ini
1213

1314
after_script: bash <(curl -s https://codecov.io/bash)
14-
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

Comments
 (0)