Skip to content

Commit

Permalink
test(trivas): 暂时不在 node@6 下测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Jun 1, 2016
1 parent 31b96b2 commit a124472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ node_js:
- "3"
- "4"
- "5"
- "6"
after_success: make coveralls
after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ test:
--inline-diffs \
$(TESTS)

coveralls:
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

publish:
@npm publish
@git tag $(version)
Expand Down

0 comments on commit a124472

Please sign in to comment.