From fcb61f6d49124506c31787c155a64a60d5f71ebd Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Thu, 20 Sep 2018 15:49:55 -0400 Subject: [PATCH] Don't test build the Github pages branch --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2f226ac09..d886a00e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,8 @@ install: script: - npm run build + +# blocklist +branches: + except: + - gh-pages