yeahoffline / redis-mock

Node.js redis client mock
213 stars 111 forks source link

Adding the travis configuration to ensure test execution on Node 6 #150

Closed kamiljano closed 3 years ago

kamiljano commented 3 years ago

as the actual redis library supports Node 6, redis-mock should stay compatible back to Node 6 as well. Adding the travis configuration to ensure test execution on Node 6

kamiljano commented 3 years ago

Since the TravisCI configuration is already there, it would perhaps be also beneficial if we could enable basic test execution against pull requests? Although in this case in order to save your travis execution time, we could limit it to run only on Node 6?