]> git.lizzy.rs Git - rust.git/commitdiff
Without a Cargo.lock it makes no sense to use --locked
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 15 Dec 2017 08:32:10 +0000 (09:32 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 15 Dec 2017 08:32:10 +0000 (09:32 +0100)
.travis.yml

index 86577702e96d933dd50e8458b198030dcbe7fc82..97f1da545be4f5a251c32d3305d1fd15cd5ca952 100644 (file)
@@ -16,9 +16,9 @@ script:
   xargo/build.sh
 - |
   # Test plain miri
-  cargo build --locked --release --all-features &&
-  cargo test --locked --release --all-features --all &&
-  cargo install --locked --all-features
+  cargo build --release --all-features &&
+  cargo test --release --all-features --all &&
+  cargo install --all-features
 - |
   # Test cargo miri
   cd cargo-miri-test &&
@@ -27,11 +27,11 @@ script:
   cd ..
 - |
   # and run all tests with full mir
-  MIRI_SYSROOT=~/.xargo/HOST cargo test --locked --release
+  MIRI_SYSROOT=~/.xargo/HOST cargo test --release
 - |
   # test that the rustc_tests binary compiles
   cd rustc_tests &&
-  cargo build --locked --release &&
+  cargo build --release &&
   cd ..
 notifications:
   email: