I don't keep around a recent node 'master' build anymore
This commit is contained in:
parent
e4737567a1
commit
a8afc4c30e
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -35,12 +35,8 @@ test: $(TAP)
|
|||
|
||||
# Test will all node supported versions (presumes install locations I use on my machine).
|
||||
.PHONY: testall
|
||||
testall: test08 test06 test09 testmaster
|
||||
testall: test08 test06 test09
|
||||
|
||||
.PHONY: testmaster
|
||||
testmaster:
|
||||
@echo "# Test node master (with node `$(HOME)/opt/node-master/bin/node --version`)"
|
||||
PATH="$(HOME)/opt/node-master/bin:$(PATH)" TAP=1 $(TAP) test/*.test.js
|
||||
.PHONY: test09
|
||||
test09:
|
||||
@echo "# Test node 0.9.x (with node `$(HOME)/opt/node-0.9/bin/node --version`)"
|
||||
|
|
Loading…
Reference in a new issue