diff --git a/.travis.yml b/.travis.yml index e93c46f..414e2a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,25 +1,28 @@ language: php php: - - 5.3 +# - 5.3 # requires old distro, see below - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 + - hhvm # ignore errors, see below sudo: false -# also test against HHVM, but require "trusty" and ignore errors +# lock distro so new future defaults will not break the build +dist: trusty + matrix: include: - - php: hhvm - dist: trusty + - php: 5.3 + dist: precise allow_failures: - php: hhvm install: - - composer install --prefer-source --no-interaction + - composer install --no-interaction script: - vendor/bin/phpunit --coverage-text