Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davewwww committed Jun 1, 2015
1 parent 2ef9559 commit ab06bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ php:

install:
- if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then composer require satooshi/php-coveralls:~0.6@stable ; fi
- if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then composer require symfony/yaml:2.4.* ; fi

before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.6' ]]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; else PHPUNIT_FLAGS=""; fi
Expand Down

0 comments on commit ab06bff

Please sign in to comment.