From 959f58ad8bad222fbf046d4f7941580199da4fce Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 12 May 2016 16:59:14 -0700 Subject: [PATCH] travis should only build the master branch --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67a775b..e71fa01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,18 @@ language: node_js + node_js: - "stable" - "5" - "4" - "4.3" + notifications: email: false + before_script: npm install + after_success: npm run coverage + +branches: + only: + - master \ No newline at end of file