diff --git a/.travis.yml b/.travis.yml index fc50c44..fb95910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "4" - "6" + - "7" script: - npm run lint - npm test