Skip to content

Commit 9776ee4

Browse files
author
Stephan Wentz
committed
fix php 7 in travis
1 parent 53c4618 commit 9776ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: php
33
php:
44
- 5.5
55
- 5.6
6-
- 7.0
6+
- 7
77

88
before_script: composer install
99

0 commit comments

Comments
 (0)