Skip to content

Commit 7d3231a

Browse files
committed
Test against PHP7
1 parent e1eaadb commit 7d3231a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7
78
- hhvm
9+
- hhvm-nightly
810

911
matrix:
1012
allow_failures:
13+
- php: 7
1114
- php: hhvm
15+
- php: hhvm-nightly
16+
fast_finish: true
1217

1318
before_script:
1419
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)