diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-07 15:26:27 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-07 15:26:27 -0800 |
commit | 59ef8da69549cf6308078c6f656affba96e9439e (patch) | |
tree | 0714947f035f8c0d99e4384a25e38e715975bed6 /.travis.yml | |
parent | b561678ce3a8316cbdd10719605a46681e99286a (diff) | |
download | qtlocation-mapboxgl-59ef8da69549cf6308078c6f656affba96e9439e.tar.gz |
[node] Drop node 0.12 from build matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
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: |