diff --git a/.travis.yml b/.travis.yml index 0811f37..50dcbb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: php php: + - 5.6 - 7.0 -script: +before_script: - composer install + +script: - phpunit