Commit f2bcc378 authored by NGPixel's avatar NGPixel

chore: Excluded docker branch from Travis build

parent a748b3a4
language: node_js
node_js:
- '7'
branches:
except:
- docker
addons:
apt:
sources:
......
......@@ -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') : ''
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment