forked from p15670423/monkey
Travis: Download latest swimm from github
This commit is contained in:
parent
81779cdfa1
commit
9215ed32ad
|
@ -80,9 +80,10 @@ script:
|
||||||
|
|
||||||
# verify swimm
|
# verify swimm
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- curl -L https://github.com/swimmio/SwimmReleases/releases/download/v0.5.7-0/swimm-cli.js --output swimm_cli
|
- curl -L https://github.com/swimmio/SwimmReleases/releases/latest/download/packed-swimm-linux-cli --output swimm-cli
|
||||||
- node swimm_cli --version
|
- chmod u+x swimm-cli
|
||||||
- node swimm_cli verify
|
- ./swimm-cli --version
|
||||||
|
- ./swimm-cli verify
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
# Upload code coverage results to codecov.io, see https://github.com/codecov/codecov-bash for more information
|
# Upload code coverage results to codecov.io, see https://github.com/codecov/codecov-bash for more information
|
||||||
|
|
Loading…
Reference in New Issue