language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- nightly
- hhvm
script:
- phpunit --coverage-text
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- phpunit --group unicode
branches:
only:
- master