diff --git a/.travis.yml b/.travis.yml index 9b433de..b3fafdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,22 @@ language: php php: - - 5.3 +# - 5.3 # requires old distro, see below - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - - nightly + - nightly # ignore errors, see below + - hhvm # ignore errors, see below # lock distro so new future defaults will not break the build -dist: precise +dist: trusty -# also test against HHVM, but require "trusty" and ignore errors matrix: include: - - php: hhvm - dist: trusty + - php: 5.3 + dist: precise allow_failures: - php: nightly - php: hhvm