Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Samson committed Feb 23, 2017
1 parent 22f939f commit e9ab7a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: php

sudo: false

env:
global:
- COMPOSER_ALLOW_XDEBUG=0
- COMPOSER_DISCARD_CHANGES=true

matrix:
include:
- php: 7.0
Expand All @@ -12,7 +17,7 @@ cache:
- $HOME/.composer/cache

install:
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
- travis_retry composer update --no-interaction --prefer-dist --no-suggest

script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
Expand All @@ -23,4 +28,4 @@ after_success:
notifications:
email:
on_success: never
on_failure: change
on_failure: change

0 comments on commit e9ab7a6

Please sign in to comment.