From 9059f9e7bf0609e4893304d1964fc25051848145 Mon Sep 17 00:00:00 2001 From: dozoisch Date: Thu, 15 Oct 2015 17:06:49 -0400 Subject: [PATCH] [changed] travis to build only master & prs --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6148c9b..3daa38a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ node_js: - "0.10" - "0.12" +branches: + only: + - master + script: - npm run test - npm run lint