Skip to content

Commit 0ac6141

Browse files
committed
Merge branch 'feature/hhvm-build'
1 parent ca9a651 commit 0ac6141

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
@@ -5,6 +5,11 @@ php:
55
- 5.3
66
- 5.4
77
- 5.5
8+
- hhvm
89

910
before_script:
10-
- composer --prefer-source install
11+
- composer --prefer-source install
12+
13+
matrix:
14+
allow_failures:
15+
- php: hhvm

0 commit comments

Comments
 (0)