Skip to content

Commit e106f3e

Browse files
authored
php 7.1
1 parent 818733e commit e106f3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9+
- '7.1.0alpha1'
910
- hhvm
1011

1112
matrix:
1213
fast_finish: true
1314
allow_failures:
1415
- php: hhvm
16+
- php '7.1.0alpha1'
1517
include:
1618
- php: 5.6
1719
env: XDEBUG_OFF="yes"
@@ -25,5 +27,5 @@ script:
2527
- make
2628
- make test-all
2729

28-
after_script:
30+
after_success:
2931
- make coveralls

0 commit comments

Comments
 (0)