Skip to content

Commit

Permalink
Finally. Now we only need to fix regular failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 6, 2016
1 parent b12920c commit 38a6c8e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -2,14 +2,16 @@ sudo: false
language: php
php:
# - 5.3
# - 5.4
# - 5.5
# - 5.6
- 5.4
- 5.5
- 5.6
- 7.0
# - nightly
- nightly
matrix:
allow_failures:
- php: nightly
- php:
- 7.0
- nightly
services:
- memcached
- redis-server
Expand Down

0 comments on commit 38a6c8e

Please sign in to comment.