Skip to content

Commit

Permalink
CI: Fix crate name in Travis-CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Sep 10, 2019
1 parent 870bdb6 commit a1dc616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ install:
- rustup component add clippy

script:
- sed -i.orig -e '/^name =/ s/finalfusion-python/finalfusion/' -- Cargo.toml
- cargo fmt --all -- --check
- cargo clippy -- -D warnings
- |
Expand Down

0 comments on commit a1dc616

Please sign in to comment.