From f2bcc378d58cb89d6ceae1f07a361f414ff20058 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 30 Apr 2017 19:41:20 -0400 Subject: [PATCH] chore: Excluded docker branch from Travis build --- .travis.yml | 3 +++ client/js/pages/history.js | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa353874..e8d0624f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: node_js node_js: - '7' +branches: + except: + - docker addons: apt: sources: diff --git a/client/js/pages/history.js b/client/js/pages/history.js index 2fcb230d..6c5ca404 100644 --- a/client/js/pages/history.js +++ b/client/js/pages/history.js @@ -4,8 +4,6 @@ import $ from 'jquery' module.exports = (alerts) => { if ($('#page-type-history').length) { - let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : '' - - + // let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : '' } }