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') : '' } }