Skip to content

Commit

Permalink
Changing build dist type for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb authored Aug 1, 2017
1 parent b3ff903 commit c921cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

dist: trusty

php:
- 5.4
- 5.5
Expand All @@ -15,4 +17,4 @@ script: vendor/bin/phpunit --coverage-clover=coverage.clover

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 c921cf0

Please sign in to comment.