Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hdachev committed Jan 22, 2016
1 parent 88aac62 commit 0092798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,8 @@ language: node_js
sudo: false

node_js:
- '0.10'
- '0.12'
- '4'
- '5'

Expand Down
3 changes: 2 additions & 1 deletion covertest
@@ -1,5 +1,6 @@
#!/bin/sh

set -e
mkdir -p coverage/first

echo "Running fakeredis test suite ..."
Expand All @@ -8,7 +9,7 @@ mv 'coverage/lcov.info' 'coverage/first.info'

# node_redis tests subset
echo "Running the compatible subset of the node_redis test suite ..."
istanbul cover redis.test.js --lcovonly
istanbul cover redis.test.js --lcovonly

# merging
lcov-result-merger 'coverage/*.info' 'coverage/merged.lcov'
Expand Down
6 changes: 0 additions & 6 deletions runtest
@@ -1,16 +1,10 @@
#!/bin/sh

# fail fast
set -e

# fakeredis tests
echo ""
echo "Running fakeredis test suite ..."
echo ""
node test

# node_redis tests subset
echo ""
echo "Running the compatible subset of the node_redis test suite ..."
echo ""
node redis.test

0 comments on commit 0092798

Please sign in to comment.