Skip to content

Commit

Permalink
Merge pull request #158 from duncan3dc/patch-1
Browse files Browse the repository at this point in the history
[Travis] Test on PHP 7.1
  • Loading branch information
reinink authored Nov 14, 2016
2 parents 5d71f2f + 31dcb0f commit 8107c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

cache:
Expand All @@ -28,4 +29,4 @@ script:

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 8107c88

Please sign in to comment.