Skip to content

Commit 487452f

Browse files
authored
Merge pull request #368 from TheBlueMatt/2019-07-travis-fix
Fix travis failure if previous travis run on branch failed to build
2 parents 283d40f + 347f5bf commit 487452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212

1313
script:
1414
- RUSTFLAGS="-C link-dead-code" cargo build --verbose
15-
- rm target/debug/lightning-* # Make sure we drop old test binaries
15+
- rm -f target/debug/lightning-* # Make sure we drop old test binaries
1616
- RUSTFLAGS="-C link-dead-code" cargo test --verbose
1717
- if [ "$(rustup show | grep default | grep 1.34.2)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
1818
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd net-tokio && cargo build --verbose && cd ..; fi

0 commit comments

Comments
 (0)