From 3e2002ead70f7d4ed34bba4a565677c92abcf6e5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 4 Jun 2017 09:16:45 -0700 Subject: [PATCH] Don't try to test gh-pages branch. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cad8539..ba44962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,7 @@ jdk: cache: directories: - '$HOME/.m2/repository' + +branches: + except: + - gh-pages