Skip to content

Commit

Permalink
make sure the lock file is not changed when building on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Sep 4, 2017
1 parent f1da208 commit 41be917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
xargo/build.sh
- |
# Test plain miri
cargo build --release --features "cargo_miri" &&
cargo build --locked --release --features "cargo_miri" &&
cargo test --release --all &&
cargo install --features "cargo_miri"
- |
Expand All @@ -31,7 +31,7 @@ script:
- |
# test that the rustc_tests binary compiles
cd rustc_tests &&
cargo build --release &&
cargo build --locked --release &&
cd ..
notifications:
email:
Expand Down

0 comments on commit 41be917

Please sign in to comment.