1
0
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:
Graham Campbell
2019-12-20 14:35:44 +00:00
committed by GitHub
parent c861fcba2c
commit 2567ccaf62

View File

@@ -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