From 2a644f2f0c8113114f275e1bed7c158df11a029f Mon Sep 17 00:00:00 2001 From: DadaMonad Date: Mon, 23 Feb 2015 13:30:58 +0000 Subject: [PATCH] travis: build master branch only --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3c8f8a6..e830c82b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ before_install: node_js: - "0.12" - "0.11" - - "0.10" \ No newline at end of file + - "0.10" +branches: + only: + - master \ No newline at end of file