diff --git a/.travis.yml b/.travis.yml index 8c206aa1..9cc22b70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ language: node_js node_js: - "6" - "8" + - "10" after_success: npm run coverage