Skip to content

Commit

Permalink
Added redis to test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Mar 21, 2017
1 parent a389449 commit cfb14ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sudo: false
node_js:
- "7.6"

#cache:
# directories:
# - node_modules
services:
- redis-server

before_scfipt: "npm i redis"
script: "npm run test-travis"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true"

0 comments on commit cfb14ba

Please sign in to comment.