We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 283d40f + 347f5bf commit 487452fCopy full SHA for 487452f
.travis.yml
@@ -12,7 +12,7 @@ before_install:
12
13
script:
14
- RUSTFLAGS="-C link-dead-code" cargo build --verbose
15
- - rm target/debug/lightning-* # Make sure we drop old test binaries
+ - rm -f target/debug/lightning-* # Make sure we drop old test binaries
16
- RUSTFLAGS="-C link-dead-code" cargo test --verbose
17
- if [ "$(rustup show | grep default | grep 1.34.2)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
18
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd net-tokio && cargo build --verbose && cd ..; fi
0 commit comments