Skip to content

Commit a59702b

Browse files
danieldkDaniël de Kok
authored andcommitted
CI: Fix crate name in Travis-CI builds
1 parent 829083d commit a59702b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ install:
4040
- rustup default nightly-2019-07-19
4141
- rustup component add rustfmt
4242
- rustup component add clippy
43+
- cargo fmt --all -- --check
44+
- cargo clippy -- -D warnings
4345
- |
4446
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
4547
travis_retry wget https://github.com/PyO3/maturin/releases/download/v0.7.2/maturin-v0.7.2-x86_64-apple-darwin.tar.gz
@@ -52,6 +54,7 @@ install:
5254
fi
5355
5456
script:
57+
- sed -i.orig -e '/^name =/ s/finalfusion-python/finalfusion/' -- Cargo.toml
5558
- cargo fmt --all -- --check
5659
- cargo clippy -- -D warnings
5760
- ./maturin develop

0 commit comments

Comments
 (0)