diff --git a/.travis.yml b/.travis.yml index 3d572ae5..9ced8226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.4 - 5.5 + - 5.6 - hhvm matrix: @@ -18,4 +19,4 @@ script: phpunit --configuration phpunit.xml.dist cache: directories: - - vendor \ No newline at end of file + - vendor