Skip to content

Commit a1dc616

Browse files
committed
CI: Fix crate name in Travis-CI builds
1 parent 870bdb6 commit a1dc616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ install:
4242
- rustup component add clippy
4343

4444
script:
45+
- sed -i.orig -e '/^name =/ s/finalfusion-python/finalfusion/' -- Cargo.toml
4546
- cargo fmt --all -- --check
4647
- cargo clippy -- -D warnings
4748
- |

0 commit comments

Comments
 (0)