Skip to content

Commit 284c9f4

Browse files
committed
Auto merge of #446 - kamalmarhubi:bind-mount-in-ci, r=posborne
mount: Run test_mount_bind in CI Looks like Travis allows bind mounts in their container infra now.
2 parents e618485 + 0fa7250 commit 284c9f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_mount.rs

-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ exit 23";
129129

130130
pub fn test_mount_bind() {
131131
use std::env;
132-
if env::var("CI").is_ok() && env::var("TRAVIS").is_ok() {
133-
print!("Travis does not allow bind mounts, skipping.");
134-
return;
135-
}
136132

137133
let tempdir = TempDir::new("nix-test_mount")
138134
.unwrap_or_else(|e| panic!("tempdir failed: {}", e));

0 commit comments

Comments
 (0)