Skip to content

Commit

Permalink
merged branch 2.1.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Aug 23, 2017
2 parents 5e342e9 + 62a9c86 commit 4a296d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -49,6 +49,8 @@ before_script:
- mkdir -p build/logs

script:
# validate composer.json
- composer validate --strict --no-check-lock
# enable Xdebug for code coverage analysis
- if [ "${TRAVIS_PHP_VERSION}" != 'hhvm' ]; then mv xdebug.ini ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi;
# run PHPUnit
Expand Down

0 comments on commit 4a296d6

Please sign in to comment.