From ad882164a083ed7eee2d76d04bf98bfb2bdc23c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 9 Sep 2020 16:02:40 +0200 Subject: [PATCH] MOBILE-3523 travis: Solve libsecret lib not found --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cf443cd2..2a952796e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,9 @@ cache: - $HOME/.gradle/wrapper/ - $HOME/.android/build-cache +before_install: + - if [ "$TRAVIS_OS_NAME" == 'linux' ] ; then sudo apt-get install -y libsecret-1-dev > /dev/null ; fi + before_script: - if [ "$TRAVIS_OS_NAME" != 'windows' ] ; then npm install npm@latest -g ; fi - gulp @@ -84,8 +87,6 @@ jobs: - ELECTRON_CACHE=$HOME/.cache/electron - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder - BUILD_PLATFORM='linux' - before_install: - - sudo apt-get install -y libsecret-1-dev > /dev/null script: scripts/aot.sh - stage: build name: "Build MacOS"