diff --git a/.travis.yml b/.travis.yml index 32b3976e..0abec7bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - "node" - - "8" - - "7" - - "6" \ No newline at end of file + - "14" + - "12" + - "10" \ No newline at end of file