diff --git a/.travis.yml b/.travis.yml index bb3dd5c..135d5fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,17 @@ language: php php: + - 5.6 - 5.5 - 5.4 + - 5.3 - hhvm script: - - phpunit tests \ No newline at end of file + - phpunit tests + +notifications: + email: + - will.knauss@gmail.com + on_success: never + on_failure: always \ No newline at end of file