浏览代码

Merge branch 'use-node-lts' of https://github.com/d98762625/CyberChef into d98762625-use-node-lts

j433866 6 年之前
父节点
当前提交
6d14368e2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 language: node_js
 node_js:
 node_js:
-  - node
+  - lts/*
 addons:
 addons:
   chrome: stable
   chrome: stable
 install: npm install
 install: npm install