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.
1 parent 283d40f commit 347f5bfCopy full SHA for 347f5bf
.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