From 5eee8b61d2f18acd5f6375295e979c459ce18972 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 17 May 2019 12:14:02 +0200 Subject: [PATCH] travis tweaks --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d78cf3f..ea03bba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,12 @@ language: node_js node_js: - '11' +addons: + apt: + packages: + # for Cypress + - libgconf-2-4 + before_install: - npm install -g npm - npm install -g codacy-coverage @@ -16,7 +22,11 @@ script: notifications: email: false -cache: npm +cache: + npm: true + directories: + # cache folder with Cypress binary + - ~/.cache deploy: - provider: script