diff --git a/.travis.yml b/.travis.yml index 9f3aec6..8deda80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,10 @@ language: node_js + node_js: - - "iojs" - - "7" \ No newline at end of file + - "node" + - "lts/*" + - "7" + +cache: + directories: + - "node_modules" \ No newline at end of file