Browse Source

Merge pull request #1 from jonnybarnes/patch-1

Allow travis failures on PHP nightly
main
Aaron Parecki 6 years ago
committed by GitHub
parent
commit
f3b0d1e2f6
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