diff --git a/.travis.yml b/.travis.yml index 6998e3244..ef9bc79b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ language: node_js node_js: - - "stable" \ No newline at end of file + - "stable" +cache: +directories: + - node_modules \ No newline at end of file