From 6c48372aebc54e72583d4c56034369f3cfe4eeb5 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 29 Jul 2019 15:54:55 +0300 Subject: [PATCH] chore: update travis config --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 569fa66f..b3839d18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,16 @@ language: node_js node_js: -- '8' -cache: yarn +- '10' +addons: + apt: + packages: + # Cypress: Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves + - libgconf-2-4 +cache: + yarn: true + directories: + # we also need to cache folder with Cypress binary + - ~/.cache env: global: - GH_REF: github.com/Redocly/redoc.git