Skip to content

Commit

Permalink
Use PHP 7.2 on travis (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored and jbelien committed Sep 15, 2018
1 parent 1f9accb commit f959119
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php
sudo: false

php: 7.2


install:
- composer update --prefer-stable --prefer-dist

script:
- composer test-ci

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

0 comments on commit f959119

Please sign in to comment.