From 2c5876779fba96e2bc6d46ba0a32f0ab1f05c8ff Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 8 Apr 2014 21:38:54 -0400 Subject: [PATCH] only build the master branch, TravisCI... --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcbd0ac56e..016a0553f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,7 @@ before_install: language: node_js node_js: - "0.11" - - "0.10" \ No newline at end of file + - "0.10" +branches: + only: + - master \ No newline at end of file