diff --git a/.travis.yml b/.travis.yml index 08be7ec0..c845ab33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ cache: - ~/.npm notifications: email: false -node_js: '8' +node_js: + - 'node' + - '10' + - '8' install: npm install script: npm run validate after_success: kcd-scripts travis-after-success diff --git a/package.json b/package.json index 2239dbb4..a6ba74e0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "author": "Kent C. Dodds (http://kentcdodds.com/)", "license": "MIT", "engines": { - "node": ">=6" + "node": ">=8" }, "scripts": { "add-contributor": "kcd-scripts contributors add",