summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-21 10:57:43 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-21 10:57:43 -0700
commit4fd80f8c8f867f6cbe4bb1374f71d07a8b64de52 (patch)
treee41cb4d3258dd9caae0d97f9bd33b12d91b1c95c /.travis.yml
parent429ea535e562f14ccf07a75812d3961e314dc787 (diff)
downloadqtlocation-mapboxgl-4fd80f8c8f867f6cbe4bb1374f71d07a8b64de52.tar.gz
[node] Drop Node 5 from build matrix (fixes #4370)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 69d1041dc5..191a42458e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,25 +27,12 @@ matrix:
- os: linux
include:
- # OS X/Node.js 5 - Xcode 7
- - os: osx
- osx_image: xcode7
- compiler: clang
- env: FLAVOR=node NODE_VERSION=5
-
# OS X/Node.js 4 - Xcode 7
- os: osx
osx_image: xcode7
compiler: clang
env: FLAVOR=node NODE_VERSION=4
-
- # Linux/Node.js 5 - Clang 3.5 - Release
- - os: linux
- compiler: ": node5-clang35-release"
- env: FLAVOR=node BUILDTYPE=Release NODE_VERSION=5 _CXX=clang++-3.5 _CC=clang-3.5 CCACHE=1
- addons: *clang35
-
# Linux/Node.js 4 - Clang 3.5 - Release
- os: linux
compiler: ": node4-clang35-release"