summaryrefslogtreecommitdiff
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 14:42:39 -0700
commit8dd6c063bd1744722e6a961d5c4211c18e7237ab (patch)
tree124c29beb3963828064ac16e9c8d7234d4008046
parentb163e9949918c9d495b92765d694c8ed7049b260 (diff)
downloadqtlocation-mapboxgl-8dd6c063bd1744722e6a961d5c4211c18e7237ab.tar.gz
[node] Drop Node 5 from build matrix (fixes #4370)
-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"