use prebuilt cargo-make for travis build (#193)
* use prebuilt cargo-make for travis build * use prebuilt cargo-make for travis build * use prebuilt cargo-make for travis build * use prebuilt cargo-make for travis build * use prebuilt cargo-make for travis build
This commit is contained in:
parent
f2d228b8ae
commit
d5d57f8a10
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ env:
|
||||||
- CARGO_MAKE_RUN_CODECOV=true
|
- CARGO_MAKE_RUN_CODECOV=true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo install -f --debug cargo-make
|
- wget -O ~/.cargo/bin/cargo-make https://bintray.com/sagiegurari/cargo-make/download_file?file_path=cargo-make_v0.11.0u
|
||||||
|
- chmod 777 ~/.cargo/bin/cargo-make
|
||||||
- cargo make workspace-ci-flow --no-workspace
|
- cargo make workspace-ci-flow --no-workspace
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in a new issue