diff --git a/.travis.yml b/.travis.yml index cefc7c4..9a10a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - - lts/* - - node + - 12 + - 10 + - 8 notifications: email: on_success: change