From 9540c93013fd4bba5e9c9f0e0bbc22ebb6a9b937 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Fri, 16 Oct 2020 14:01:47 +0300 Subject: [PATCH] Fixed swimm validation in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf183544b..5d638de04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,7 +99,7 @@ script: # verify swimm - cd $TRAVIS_BUILD_DIR -- wget https://firebasestorage.googleapis.com/v0/b/swimmio.appspot.com/o/Release%2Fv021%2FSwimm_0.2.1_amd64.deb\?alt\=media\&token\=d42813a1-839f-46ff-9fc3-65ada41551ca -O swimm +- wget https://firebasestorage.googleapis.com/v0/b/swimmio.appspot.com/o/Release%2Fv021%2FSwimm_0.2.1_amd64.deb\?alt\=media\&token\=cabf1a19-fd2f-43f5-becf-22c3ace55a57 -O swimm - chmod +x ./swimm - sudo dpkg -i ./swimm - sudo apt-get -f install -y