ci: use swimm version 0.4.1 in travis.yml

This commit is contained in:
Mike Salvatore 2021-04-07 07:16:57 -04:00
parent cd59e9ba1a
commit f22fc8e37e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ script:
# verify swimm
- cd $TRAVIS_BUILD_DIR
- wget "https://github.com/swimmio/SwimmReleases/releases/download/v0.3.7-0/Swimm_0.3.7-0_Setup.deb" -O swimm
- wget "https://github.com/swimmio/SwimmReleases/releases/download/v0.4.1-0/Swimm_0.4.1-0_Setup.deb" -O swimm
- sudo dpkg -i swimm || (sudo apt-get update && sudo apt-get -f install)
- chmod +x ./swimm
- swimm --version