Skip to content

Commit bc5ac9a

Browse files
author
vagrant
committed
test php7 on travis.
1 parent 45b99ef commit bc5ac9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ language: php
22

33
php:
44
- 5.5
5+
- 5.6
6+
- hhvm
7+
- nightly
58

69
sudo: false
710

8-
services: mongodb
11+
matrix:
12+
allow_failures:
13+
- php: hhvm
914

1015
before_install:
1116
- composer self-update

0 commit comments

Comments
 (0)