diff --git a/.travis.yml b/.travis.yml index 69085f69a..0ada0bbab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@ before_script: - git submodule update --init - npm install -g codeclimate-test-reporter node_js: - - "0.12" - "4" - - "5" - "6" - "7" + - "8" after_script: - codeclimate-test-reporter < coverage/lcov.info - coveralls < coverage/lcov.info