node.js - Travis gives me Redis connection to localhost:6379 failed - connect ECONNREFUSED -


i'm trying test node.js module using travis, "redis connection localhost:6379 failed - connect econnrefused".

can please tell me doing wrong? latest build at: https://travis-ci.org/luiselizondo/config-persistence/builds/65187913

thanks

i had @ problem , seems problem due format of .travis.yml file.

i forked project , removed leading spaces in front of language , node_js fields. have created pull request here shows changes made.

you can see result of build here.

hope helps!


Comments