METAMODEL-71: Updating .travis.yml to see if it triggers a build
diff --git a/.travis.yml b/.travis.yml
index 374424e..d41d49f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,7 @@
   - openjdk7
 
 after_success:
-  - mvn test
\ No newline at end of file
+  - mvn test
+ 
+notifications:
+  email: false
\ No newline at end of file