Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/script.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/script.sh b/ci/script.sh
index efc9773..a0f93e2 100755
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -13,9 +13,3 @@ fi
cargo doc --verbose
cargo test --verbose
-
-if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
- cargo +nightly generate-lockfile -Z minimal-versions
- cargo build --verbose
- cargo test --verbose
-fi