Drop support for Node.js 6 and 8

This commit is contained in:
Daniel García Aubert 2019-03-28 15:39:54 +01:00
parent 0edffef74b
commit 47a2c4fda8
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
before_install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "torque.js",
"version": "2.17.1",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "torque.js",
"version": "2.17.1",
"version": "3.0.0",
"description": "Temporal mapping for CARTO",
"repository": {
"type": "git",