Use NodeJS 7 in travis

This commit is contained in:
Maijin 2017-03-21 19:17:58 +01:00 committed by GitHub
parent b702d6c553
commit 6a4423f255

View File

@ -32,6 +32,9 @@ cache:
- ccache
- apt
before_script:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 7
script:
- git clone --depth 1 `doc/repo REGRESSIONS`
- ./configure --prefix=`pwd`/install > /dev/null