Add Swimm dependencies to Travis

This commit is contained in:
Shreya 2020-12-09 23:44:38 +05:30
parent b78046e6f4
commit 96e103ada5
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ install:
# print hugo version (useful for debugging documentation build errors) # print hugo version (useful for debugging documentation build errors)
- hugo version - hugo version
# dependencies for swimm
- sudo apt-get update
- sudo apt-get -y install libappindicator3-1
- sudo apt-get -y install libsecret-1-0
before_script: before_script:
# Set the server config to `testing`. This is required for for the UTs to pass. # Set the server config to `testing`. This is required for for the UTs to pass.
- pushd /home/travis/build/guardicore/monkey/monkey - pushd /home/travis/build/guardicore/monkey/monkey