Skip to content

Commit

Permalink
Add php 7.1 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Oct 1, 2017
1 parent f93fc68 commit 714bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

install:
- composer self-update
Expand All @@ -18,4 +19,3 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 714bc36

Please sign in to comment.