Skip to content

Commit 71a3c84

Browse files
committed
Fix travis
1 parent f4ebf25 commit 71a3c84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

travis.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ test_outdated() {
4343
which cargo-outdated >/dev/null || info_exec cargo install cargo-outdated
4444
# Workaround error: failed to parse lock file at: data-encoding/Cargo.lock
4545
# Caused by: invalid serialized PackageId for key `package.dependencies`
46-
info_exec git clean -fxd
46+
info_exec . git clean -fxd
4747
info_exec cargo outdated -w -R --exit-code=1
4848
}
4949

5050
send_coverage() {
5151
which cargo-tarpaulin >/dev/null || info_exec cargo install cargo-tarpaulin
52-
info_exec git clean -fxd
52+
info_exec . git clean -fxd
5353
# We have to give an explicit list of --exclude-files due to
5454
# https://github.com/xd009642/tarpaulin/issues/394
5555
info_exec lib cargo tarpaulin \
@@ -58,7 +58,7 @@ send_coverage() {
5858
}
5959

6060
if [ -n "$TRAVIS_JOB_ID" ]; then
61-
info_exec git clean -fxd
61+
info_exec . git clean -fxd
6262
test_lib
6363
if [ "$TRAVIS_RUST_VERSION" = nightly ]; then
6464
bench_lib

0 commit comments

Comments
 (0)