Fix travis cfg (node now in make -k all) (#8269)

* Fix travis cfg (node now in make -k all)

* Added unit_tests to make all
This commit is contained in:
xarkes 2017-08-22 14:40:01 +02:00 committed by Maijin
parent ffe365f57d
commit 0b141fa26f

View File

@ -58,12 +58,7 @@ script:
- export NOOK=1
- export NOREPORT=1
- cd radare2-regressions
- cd new
- npm install
- node bin/r2r.js
- cd ..
- VERBOSE=1 make -k all
- make unit_tests
notifications:
irc: "chat.freenode.net#radare"