From 0fa7250b9575a2746519a854d0138c4c8255f109 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Mon, 24 Oct 2016 22:43:45 -0400 Subject: mount: Run test_mount_bind in CI Looks like Travis allows bind mounts in their container infra now. --- test/test_mount.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_mount.rs b/test/test_mount.rs index 7ddbce9f..73d26891 100644 --- a/test/test_mount.rs +++ b/test/test_mount.rs @@ -129,10 +129,6 @@ exit 23"; pub fn test_mount_bind() { use std::env; - if env::var("CI").is_ok() && env::var("TRAVIS").is_ok() { - print!("Travis does not allow bind mounts, skipping."); - return; - } let tempdir = TempDir::new("nix-test_mount") .unwrap_or_else(|e| panic!("tempdir failed: {}", e)); -- cgit v1.2.3