Skip to content

Commit

Permalink
test php7 on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Aug 14, 2015
1 parent 2dc3db0 commit c096e49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ language: php

php:
- 5.5
- 5.6
- hhvm
- nightly

sudo: false

services: mongodb
matrix:
allow_failures:
- php: hhvm

before_install:
- composer self-update
Expand Down

0 comments on commit c096e49

Please sign in to comment.