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