summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-20 11:15:13 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-20 15:20:24 -0800
commit27271768bd94068f53f58e030857922abc495555 (patch)
treefb55839367f71c20fa1909c3daa98ea057f79080
parent59f70811a9486e3bc8813b91af06c35b1d1882ad (diff)
downloadqtlocation-mapboxgl-27271768bd94068f53f58e030857922abc495555.tar.gz
[node] Drop 0.10 from build; require v4+
-rw-r--r--.travis.yml12
-rw-r--r--platform/node/README.md2
2 files changed, 1 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index f9e9c9ffd4..ecc3e2c0e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,12 +39,6 @@ matrix:
compiler: clang
env: FLAVOR=node NODE_VERSION=4
- # OS X/Node.js 0.10 - Xcode 7
- - os: osx
- osx_image: xcode7
- compiler: clang
- env: FLAVOR=node NODE_VERSION=0.10
-
# Linux/Node.js 5 - Clang 3.5 - Release
- os: linux
@@ -58,12 +52,6 @@ matrix:
env: FLAVOR=node BUILDTYPE=Release NODE_VERSION=4 _CXX=clang++-3.5 _CC=clang-3.5 CCACHE=1
addons: *clang35
- # Linux/Node.js 0.10 - Clang 3.5 - Release
- - os: linux
- compiler: ": node0.10-clang35-release"
- env: FLAVOR=node BUILDTYPE=Release NODE_VERSION=0.10 _CXX=clang++-3.5 _CC=clang-3.5 CCACHE=1
- addons: *clang35
-
# Linux - GCC 4.9 - Release
- os: linux
diff --git a/platform/node/README.md b/platform/node/README.md
index 58caec4fda..706fcf86cd 100644
--- a/platform/node/README.md
+++ b/platform/node/README.md
@@ -10,7 +10,7 @@ Requires a modern C++ runtime that supports C++14.
By default, installs binaries. On these platforms no additional dependencies are needed.
- 64 bit OS X or 64 bit Linux
-- Node.js v0.10.x, Node.js v0.12.x, io.js v2.x
+- Node.js v4+
Just run: