diff --git a/.travis.yml b/.travis.yml index afd610b4..843b01db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ language: node_js node_js: - - "stable" \ No newline at end of file + - "stable" + - "7" + - "6" + - "5" + - "4" + - "0" \ No newline at end of file