diff options
author | Joe George <joe@zeroc.com> | 2016-09-16 16:25:10 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-09-16 16:25:10 -0400 |
commit | 61f3ef3b4d0f38089a2ecb236924cfba8a4ee90e (patch) | |
tree | 67763e9d5d65f22adbe5824b4c607db133ab558c | |
parent | .babelrc remove unused alias (diff) | |
download | ice-3.7.0-alpha3.tar.bz2 ice-3.7.0-alpha3.tar.xz ice-3.7.0-alpha3.zip |
Install latest node.js on travisv3.7.0-alpha3
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index edf700fa57f..4d09f0a1df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,8 @@ before_install: - git clone https://github.com/zeroc-ice/mcpp.git mcpp - wget https://github.com/LMDB/lmdb/archive/LMDB_${LMDB_REVISION}.tar.gz - tar xvf LMDB_${LMDB_REVISION}.tar.gz +- nvm install node +- nvm use node install: - make -C ${MCPP_HOME} -j3 |