From 41beae4dd71920d2173bb2bc1efeb1231373c2a8 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Wed, 14 Jun 2017 11:53:10 +0800 Subject: cache web assets between CI runs (#2089) - skip `test/jetstream.js` for `node@0.12` --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 968addfc..e199df24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ env: matrix: fast_finish: true sudo: false +cache: + directories: tmp -- cgit v1.2.3