Skip to content

Commit 72b17d7

Browse files
committed
Additional PHP version tests (php-master)
1 parent ffdcc36 commit 72b17d7

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
@@ -1,12 +1,20 @@
11
sudo: false
2+
23
language: php
4+
35
php:
46
- 5.4
57
- 5.5
68
- 5.6
79
- 7.0
10+
- master
811
- hhvm
912

13+
matrix:
14+
fast_finish: true
15+
allow_failures:
16+
- php: master
17+
1018
before_script:
1119
- cd tests
1220
- composer install -n

0 commit comments

Comments
 (0)