From 11fec33fc7140c32e2d404b618ea2c571c2937c2 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Mon, 26 Oct 2015 19:45:20 +0000 Subject: [PATCH] Updated travis.yml for faster builds --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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