From e0f47300423eb250db1467fe96dc946484662e3b Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Thu, 15 Aug 2019 13:35:50 +0200 Subject: [PATCH] chore: add missing cypress dependency --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20394c0..2a108ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,11 @@ cache: notifications: email: false +addons: + apt: + packages: + - libgconf-2-4 + jobs: include: - stage: test @@ -25,4 +30,4 @@ jobs: provider: script skip_cleanup: true script: - - npm run release \ No newline at end of file + - npm run release