Skip to content

Commit 667d148

Browse files
author
Hidde Boomsma
committed
fix for travis
1 parent b182cae commit 667d148

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: php
2-
php:
3-
- 7.1
4-
- 7.0
5-
- 5.6
6-
- hhvm
7-
allow_failures:
8-
- php: hhvm
2+
3+
matrix:
4+
include:
5+
- php: 5.6
6+
- php: 7.0
7+
- php: 7.1
8+
- php: hhvm
9+
allow_failures:
10+
- php: hhvm
911

1012
install:
1113
- composer install

0 commit comments

Comments
 (0)