From 01d05edc063242a97048747b14f709a2f0216e0d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 May 2017 20:08:38 +0200 Subject: [PATCH] Exclude gh-pages from TravisCI build. See gh-108. --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..f69f15eb --- /dev/null +++ b/circle.yml @@ -0,0 +1,4 @@ +general: + branches: + ignore: + - gh-pages # list of branches to ignore