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:
authorAndrew Gallant <jamslam@gmail.com>2019-06-09 16:27:36 +0300
committerAndrew Gallant <jamslam@gmail.com>2019-06-09 16:27:36 +0300
commitb0809eee884e3e9bd4687aac97a15e93e7b5f397 (patch)
treeef4cfbb1fc5fc1be9e7698e2148a0c93f39dd4b9
parent71c5437f9c0d6c5b018f5049f4e3ac662475913e (diff)
ci: remove minimal version check
Because rand. Sigh.
-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