Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Jun 15, 2020
1 parent 654fbbc commit 5f84720
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: php
os:
- linux
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6

env:
Expand All @@ -17,11 +16,13 @@ matrix:
include:
- php: 5.6
env: TEST_SUITE=Static
- php: 7.3
- php: 7.0
env: TEST_SUITE=Static
- php: 7.4
os: windows
- php: 7.3
env: COMPOSER_VERSION=beta
- php: 7.3
- php: 7.4
env: COMPOSER_VERSION=1.9.2
- php: 7.4
env: COMPOSER_VERSION=dev
allow_failures:
- os: windows
Expand Down Expand Up @@ -60,10 +61,6 @@ notifications:
on_success: never
on_failure: always
webhooks:
urls:
- https://webhooks.gitter.im/e/c5ef1e9abfc452125de8
- https://webhooks.gitter.im/e/c15428595390b938ee38
- https://webhooks.gitter.im/e/5126f06d0f4f55230ee0
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit 5f84720

Please sign in to comment.