diff --git a/.travis.yml b/.travis.yml index 9b5e809..b2c9ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,11 @@ language: php php: - 5.5 - 5.6 + - 7.0 - hhvm matrix: allow_failures: - php: hhvm - fast_finish: true \ No newline at end of file + - php: 7.0 + fast_finish: true