Browse Source

chore: Excluded docker branch from Travis build

NGPixel 8 năm trước cách đây
mục cha
commit
f2bcc378d5
2 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 3 0
      .travis.yml
  2. 1 3
      client/js/pages/history.js

+ 3 - 0
.travis.yml

@@ -1,6 +1,9 @@
 language: node_js
 node_js:
 - '7'
+branches:
+  except:
+    - docker
 addons:
   apt:
     sources:

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