diff --git a/.travis.yml b/.travis.yml index 10c17f3..560b484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 - |