From 9215ed32ad41a759f40f34803e9d872419603f7e Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 14 Oct 2021 07:37:53 -0400 Subject: [PATCH] Travis: Download latest swimm from github --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d82232c4a..086f059c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,9 +80,10 @@ script: # verify swimm - cd $TRAVIS_BUILD_DIR -- curl -L https://github.com/swimmio/SwimmReleases/releases/download/v0.5.7-0/swimm-cli.js --output swimm_cli -- node swimm_cli --version -- node swimm_cli verify +- curl -L https://github.com/swimmio/SwimmReleases/releases/latest/download/packed-swimm-linux-cli --output swimm-cli +- chmod u+x swimm-cli +- ./swimm-cli --version +- ./swimm-cli verify after_success: # Upload code coverage results to codecov.io, see https://github.com/codecov/codecov-bash for more information