Try node.js 4.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
|
||||
node_js: "8"
|
||||
node_js: "4"
|
||||
|
||||
before_script:
|
||||
- npm run setup
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user