From 8480042e123e62cb8215da9190712511bd2e7b0d Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Mon, 19 Jun 2017 00:07:08 -0300 Subject: [PATCH] [chore] cache yarn when running on travis-ci. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4a0751c6..3a495b58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "7" - "6" +cache: yarn before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start