diff --git a/.travis.yml b/.travis.yml index c9d3d02..2387a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: ruby rvm: + - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7 - - ree \ No newline at end of file + - ree +notifications: + email: false \ No newline at end of file