diff --git a/.travis.yml b/.travis.yml index 2d3f6a7..6b0fd8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,8 @@ language: node_js matrix: include: - - node_js: "6" - env: COVERALLS=1 - node_js: "8" + env: COVERALLS=1 after_success: - if [ "$COVERALLS" = "1" ]; then npm run coveralls; fi