From 2782e9d90ac73b420270d39a6c2d7ad901aa2665 Mon Sep 17 00:00:00 2001 From: Przemek Wiech Date: Fri, 6 Mar 2020 21:25:12 +0100 Subject: [PATCH] Added cypress to travis configuration Based on https://docs.cypress.io/guides/guides/continuous-integration.html#Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 184fcc6..ef8b5c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: node_js node_js: - "node" +addons: + apt: + packages: + # Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves + - libgconf-2-4 script: - npm run build - npm test + - $(npm bin)/cypress run --record