diff --git a/.travis.yml b/.travis.yml index b5ea437..913df29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js before_install: "! grep PLEASE_FILL_IN_HERE README.md" node_js: - '8' - - '9' + - '10' + - '12' # For the code coverage stuff to work, set your CC_TEST_REPORTER_ID env var. before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter