diff options
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index cf73ec5..4a73eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,17 @@ language: php + php: - - 5.4 - - 5.5 - - 5.6 + - 5.4 + - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: hhvm + +script: + - phpunit + +notifications: + email: false |