Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit 874339c

Browse files
author
Nicolas Hart
committed
fix php 7 build
1 parent 2fbe2cc commit 874339c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9-
- 7
9+
- 7.0
1010
- hhvm
1111

1212
cache:
@@ -20,4 +20,4 @@ install:
2020
- composer install
2121

2222
script:
23-
- ./vendor/bin/phpunit
23+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)