diff options
-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 |