Skip to content

Commit d0e4ba7

Browse files
committed
Test against PHP5.5, PHP5.6, PHP7, & HHVM
1 parent a476b74 commit d0e4ba7

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.travis.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
language: php
22
php:
3-
- 5.4
43
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7
58
- hhvm
9+
- hhvm-nightly
10+
11+
matrix:
12+
allow_failures:
13+
- php: 7
14+
- php: hhvm
15+
- php: hhvm-nightly
16+
fast_finish: true
17+
618
before_script:
719
- composer install --dev --prefer-source --no-interaction
820
script:

0 commit comments

Comments
 (0)