mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
makefile: remove test-component for full test run
Bug in component prevents build on node >= 0.6.x. Would prefer to keep travis test support for node 0.6 for now.
This commit is contained in:
parent
464cc7a5b0
commit
3a11b9a32d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ components: node_modules component.json
|
|||
# Tests
|
||||
#
|
||||
|
||||
test: test-node test-browser test-component
|
||||
test: test-node test-browser
|
||||
|
||||
test-node: node_modules
|
||||
@printf "\n ==> [Test :: Node.js]\n"
|
||||
|
|
Loading…
Reference in a new issue