diff --git a/.travis.yml b/.travis.yml index 0bd4612..8d052eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "6" - "8" - "9" + - "10" after_script: - codeclimate-test-reporter < coverage/lcov.info - coveralls < coverage/lcov.info