Skip to content

Commit

Permalink
Move out of Travis container-based infrastructure and added PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 29, 2018
1 parent 264e478 commit 458f803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ branches:
php:
- 7.1
- 7.2
- 7.3

before_script:
- composer self-update
Expand All @@ -19,5 +20,3 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

sudo: false

0 comments on commit 458f803

Please sign in to comment.