From 3b4557d75d83498b77d8c65a0de721d3b0684039 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Mon, 6 Jul 2015 09:39:42 +0100 Subject: [PATCH] Build only master and PRs on CI --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8763a13..366e5e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ language: node_js node_js: - "0.10" +# Build only master (and pull-requests) +branches: + only: + - master + # Services setup services: - mongodb