1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 04:07:39 +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 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