From 8b31dc45c656cc7bea583b479fce1c7179cf450b Mon Sep 17 00:00:00 2001 From: Michael Walker Date: Fri, 13 Feb 2015 00:45:34 +0000 Subject: [PATCH] Make travis build non-master branches --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98135c1..27d2c1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: haskell branches: - only: - - master + except: + - gh-pages