Browse Source

Enabled travis build under node.js@15

sanex 4 năm trước cách đây
mục cha
commit
294653a800
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 2 0
      .travis.yml
  2. 1 0
      CHANGELOG.md

+ 2 - 0
.travis.yml

@@ -11,6 +11,8 @@ jobs:
       node_js: "12"
     - os: linux
       node_js: "13"
+    - os: linux
+      node_js: "14"
     - os: linux
       node_js: "stable"
     - os: windows

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@ Change Log
 v2.6.2
 ---
 * Fixed installation in `PowerShell`. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/783
+* Tested under `Node.js@15`
 
 v2.6.1
 ---