Skip to content

Commit

Permalink
Don't fail the build on cargo-make reinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Sep 10, 2018
1 parent d748def commit 29583fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

install:
- mkdir -p .cargo && echo '[build]' > .cargo/config && echo 'target-dir = "/home/travis/target"' >> .cargo/config
- cargo install cargo-make
- cargo install cargo-make; true
- cargo make prepare-release

script: cd dist/$CRATE; cargo test
Expand Down

0 comments on commit 29583fa

Please sign in to comment.