summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parent59f70811a9486e3bc8813b91af06c35b1d1882ad (diff)
downloadqtlocation-mapboxgl-27271768bd94068f53f58e030857922abc495555.tar.gz
[node] Drop 0.10 from build; require v4+
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 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