Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 8a2a450

Browse files
committed
Add testing against newer PHP versions
1 parent 2cfc46c commit 8a2a450

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ script: php vendor/bin/phpunit; php vendor/bin/behat --format progress
55
php:
66
- 5.4
77
- 5.5
8+
- 5.6
9+
- 7.0
10+
11+
matrix:
12+
fast_finish: true
13+
allow_failures:
14+
- php: hhvm
15+
- php: 7

0 commit comments

Comments
 (0)