From fe141a7234a5d3ee292b76d08c384d38e89181ad Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 6 Nov 2015 20:17:19 +0000 Subject: [PATCH] Updated travis to work on master branch --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef9bc79b6..4e3c138d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - "stable" cache: directories: - - node_modules \ No newline at end of file + - node_modules +branches: + only: + - master \ No newline at end of file