Try node.js 4.0

This commit is contained in:
Casper Warden
2017-12-18 23:05:44 +00:00
parent da94f01fc8
commit 2c9dc161e2
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
language: node_js
node_js: "8"
node_js: "4"
before_script:
- npm run setup

View File

@@ -13,6 +13,9 @@
"build": "tsc --removeComments",
"run": "node -r source-map-support/register example/testBot.js"
},
"engines" : {
"node" : ">=6.0"
},
"author": "CasperTech Ltd",
"license": "MIT",
"repository": {