Skip to content

Commit

Permalink
ci: test with node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Feb 16, 2017
1 parent 28517f3 commit ff282bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,9 @@ sudo: false
language: node_js
matrix:
include:
- node_js: "6"
- node_js: "7"
env: NPM_RUN_SCRIPT=test-standard-coverage
- node_js: "6"
- node_js: "5"
- node_js: "4"
install:
Expand Down

0 comments on commit ff282bc

Please sign in to comment.