Skip to content

Commit 3a850c7

Browse files
committed
Merge pull request #7 from keyvanakbary/support-php7
Support PHP 7.0
2 parents 42dc7cc + cdd6d60 commit 3a850c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910

1011
before_script:
1112
- curl -s http://getcomposer.org/installer | php
1213
- php composer.phar install --dev
1314

14-
script: bin/phpunit
15+
script: bin/phpunit

0 commit comments

Comments
 (0)