Browse Source

Allow travis failures on PHP nightly

This setting allows you to get a green pass on travis when there are failures only with php nightly.
pull/1/head
Jonny Barnes 7 years ago
committed by GitHub
parent
commit
2509d4c5c1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@ -5,6 +5,9 @@ php:
- 7.0
- 7.1
- nightly
matrix:
allow_failures:
- php: nightly
before_script: composer install
services:
- redis-server

Loading…
Cancel
Save