Skip to content

Commit

Permalink
Alter CI config to test with Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dabroek committed Feb 12, 2020
1 parent 12f8621 commit 7d4ba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ sudo: false
language: node_js
node_js:
- "node"
- "4.2"
- "6.0"
script: 'npm run test-cov'
services: redis-server

0 comments on commit 7d4ba6e

Please sign in to comment.