mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
[2.x] Tweaked travis config
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
@@ -9,6 +7,9 @@ cache:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 7.2
|
||||
dist: bionic
|
||||
env: deps=low
|
||||
- php: 7.2
|
||||
dist: bionic
|
||||
- php: 7.3
|
||||
@@ -17,8 +18,6 @@ matrix:
|
||||
dist: bionic
|
||||
- php: nightly
|
||||
dist: bionic
|
||||
- php: 7.2
|
||||
env: deps=low
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
|
||||
|
Reference in New Issue
Block a user