Skip to content

Commit

Permalink
[node] pin to Node.js v4.1 until mapbox#2597 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorris committed Oct 13, 2015
1 parent 5979994 commit d1029d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ matrix:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=node CXX=clang++-3.5 BUILDTYPE=Release NODE_VERSION=4
env: FLAVOR=node CXX=clang++-3.5 BUILDTYPE=Release NODE_VERSION=4.1
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
Expand All @@ -79,7 +79,7 @@ matrix:
- os: osx
osx_image: xcode7
compiler: clang
env: FLAVOR=node NODE_VERSION=4
env: FLAVOR=node NODE_VERSION=4.1
- os: osx
osx_image: xcode7
compiler: clang
Expand Down

0 comments on commit d1029d0

Please sign in to comment.