Skip to content

Commit

Permalink
.travis.yml added php7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corpsepk committed Jun 1, 2017
1 parent 0064aa3 commit 17a8c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.6
- 7.0
- 7.1

install:
- composer self-update
Expand All @@ -15,4 +16,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 17a8c5b

Please sign in to comment.