From 9451dcc47eedd6b70f83def744f0f96ad1e3802f Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Fri, 2 Sep 2016 08:38:03 -0400 Subject: [PATCH] Change travisci to build on master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68eb81468..c80dac4cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: script: /bin/bash deploy.sh skip_cleanup: true on: - branch: CI-Test + branch: master notifications: email: false \ No newline at end of file