From 1ffd5d949c2dada61ff6f049eeb0684ea9a8ea41 Mon Sep 17 00:00:00 2001 From: Paul Melnikow Date: Thu, 13 Apr 2017 15:35:28 -0400 Subject: [PATCH] Build branches When merging someone else's PR with edits, it's helpful to to push a branch and make sure the tests are also passing in CI. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74e7ae5..774a857 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ script: - npm run test:js branches: - only: - - master + except: + - gh-pages notifications: email: