summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-07 15:26:27 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-07 15:26:27 -0800
commit59ef8da69549cf6308078c6f656affba96e9439e (patch)
tree0714947f035f8c0d99e4384a25e38e715975bed6 /.travis.yml
parentb561678ce3a8316cbdd10719605a46681e99286a (diff)
downloadqtlocation-mapboxgl-59ef8da69549cf6308078c6f656affba96e9439e.tar.gz
[node] Drop node 0.12 from build matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 4948faf39c..888e97d4cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,10 +20,6 @@ matrix:
- os: osx
osx_image: xcode7
compiler: clang
- env: FLAVOR=node NODE_VERSION=0.12
- - os: osx
- osx_image: xcode7
- compiler: clang
env: FLAVOR=node NODE_VERSION=0.10
- os: linux
env: FLAVOR=node CXX=clang++-3.5 BUILDTYPE=Release NODE_VERSION=5
@@ -38,12 +34,6 @@ matrix:
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
packages: [ 'gdb', 'clang-3.5', 'libstdc++-4.9-dev', 'libstdc++6', 'libllvm3.4', 'xutils-dev', 'libxxf86vm-dev', 'x11proto-xf86vidmode-dev', 'mesa-utils' ]
- os: linux
- env: FLAVOR=node CXX=clang++-3.5 BUILDTYPE=Release NODE_VERSION=0.12
- addons:
- apt:
- sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
- packages: [ 'gdb', 'clang-3.5', 'libstdc++-4.9-dev', 'libstdc++6', 'libllvm3.4', 'xutils-dev', 'libxxf86vm-dev', 'x11proto-xf86vidmode-dev', 'mesa-utils' ]
- - os: linux
env: FLAVOR=node CXX=clang++-3.5 BUILDTYPE=Release NODE_VERSION=0.10
addons:
apt: