diff --git a/.travis.yml b/.travis.yml index fce81145c..97bd85ed8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,11 @@ language: node_js node_js: - "0.10" +notifications: + email: false + +branches: + only: + - master + script: "mocha"