diff --git a/.travis.yml b/.travis.yml index 5a04437..e93c46f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,13 @@ language: php php: - 5.3 + - 5.4 + - 5.5 - 5.6 + - 7.0 + - 7.1 + +sudo: false # also test against HHVM, but require "trusty" and ignore errors matrix: