mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 18:43:28 +00:00
Use NodeJS 7 in travis
This commit is contained in:
parent
b702d6c553
commit
6a4423f255
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user