From 68498cfd56eba42ec681b5bec48bc52195f821db Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Fri, 18 Sep 2015 13:26:44 -0700 Subject: [PATCH] Making travis only test master branch to reduce thrashing. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 680d98987d9f..4e1667f93b7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ sudo: false #add language, etc. here language: python +branches: + only: + - master + cache: directories: - $HOME/.cache