Skip to content

Commit 8107c88

Browse files
authored
Merge pull request #158 from duncan3dc/patch-1
[Travis] Test on PHP 7.1
2 parents 5d71f2f + 31dcb0f commit 8107c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ php:
1111
- 5.5
1212
- 5.6
1313
- 7.0
14+
- 7.1
1415
- hhvm
1516

1617
cache:
@@ -28,4 +29,4 @@ script:
2829

2930
after_script:
3031
- wget https://scrutinizer-ci.com/ocular.phar
31-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
32+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 commit comments

Comments
 (0)