From 48cd0602d84d8a6721123d0705a6cfaf023cf779 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Mon, 30 Mar 2015 22:00:39 +0200 Subject: [PATCH] do not build gh-pages branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b5d16ae..1f2e568c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,7 @@ notifications: matrix: allow_failures: - rvm: 1.9.2 +# do not build gh-pages branch +branches: + except: + - gh-pages