From e8bec7e611360d2138010a18c8c07678519c234e Mon Sep 17 00:00:00 2001 From: Dumitru Uzun Date: Thu, 22 Oct 2015 09:30:52 +0300 Subject: [PATCH] travis update: node_js stable, cache node_modules, sudo false --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc39d7e..4d23aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ language: node_js node_js: - - "0.10" + - stable + - "0.10" + notifications: email: false + +cache: + directories: + - node_modules + +sudo: false