Skip to content

Commit e6e69f5

Browse files
committed
Use more generic name as it will be use in GitHub Action too
1 parent 5a2ed03 commit e6e69f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script:
2626
- if [ "$BUILD_NET_TOKIO" == "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose; fi
2727
- if [ "$BUILD_NET_TOKIO" != "1" ]; then RUSTFLAGS="-C link-dead-code" cargo test --verbose -p lightning; fi
2828
# Run lightning workspace fuzz tests on Rust stable
29-
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./travis-fuzz.sh; fi
29+
- if [ "$(rustup show | grep default | grep stable)" != "" ]; then cd fuzz && cargo test --verbose && ./ci-fuzz.sh; fi
3030
# Generate code cov information on Rust 1.39.0
3131
- if [ "$(rustup show | grep default | grep 1.39.0)" != "" ]; then
3232
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz &&
File renamed without changes.

0 commit comments

Comments
 (0)