Skip to content

Commit

Permalink
Updated travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Sep 17, 2017
1 parent bbad56f commit 7c69597
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
24 changes: 13 additions & 11 deletions .travis.yml
@@ -1,19 +1,21 @@
language: php
sudo: required
dist: trusty
group: edge

php:
- 5.4
- 5.5
- 7.0
- 7.1

matrix:
include:
- php: 5.6
env: SEND_COVERAGE=true

fast_finish: true
include:
- php: 7.2
- php: 7.1
env: SEND_COVERAGE=true
- php: 7.0
- php: 5.6
- php: 5.5
- php: 5.4
allow_failures:
- php: nightly
- php: 7.2

env:
global:
- SEND_COVERAGE=false
Expand Down
3 changes: 1 addition & 2 deletions .travis/phpunit.travis.xml
Expand Up @@ -35,6 +35,5 @@
</filter>
<logging>
<log type="coverage-clover" target="../test/build/logs/clover.xml"/>
<log type="coverage-html" target="../test/build/html-coverage" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70"/>
</logging>
</logging>
</phpunit>
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -35,6 +35,8 @@
</filter>
<logging>
<log type="coverage-clover" target="./test/build/logs/clover.xml"/>
<!--
<log type="coverage-html" target="./test/build/html-coverage" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70"/>
-->
</logging>
</phpunit>

0 comments on commit 7c69597

Please sign in to comment.