Browse Source

Merge branch 'master' of github.com:aaronpk/p3k-utils

main
Aaron Parecki 6 years ago
parent
commit
ec8db22396
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

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

Loading…
Cancel
Save