diff --git a/.travis.yml b/.travis.yml index e1cf8f1b23e0032427a92519a340c6130a08e5be..861092308c0f29dec9b202634df1b25055d00d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: - 2.7 -script: make tests \ No newline at end of file +script: make tests +notifications: + email: false \ No newline at end of file