From 633863ac3c46bc64ebe49efb46f0052d0e422fda Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Mar 2017 08:31:33 +0000 Subject: [PATCH] travis: also build travis branch, for testing config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e5e106167..d7ebc9fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: haskell branches: only: - master + - travis sudo: false