From 26cc104de2dcd6bf0d83715a16116705c315709d Mon Sep 17 00:00:00 2001 From: Matt Abdul-Rahim Date: Mon, 1 Oct 2018 16:51:47 +0000 Subject: [PATCH] Second attempt to test issue #54. Commenting out branch restriction didn't run deployment. Changed branch to current refactor to test. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37edaa4..13d1678 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,5 +48,5 @@ deploy: skip-cleanup: true github-token: $GITHUB_TOKEN local-dir: $(./scripts/deploy.py) - # on: - # branch: master + on: + branch: feature/parser/refactor