Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
Signed-off-by: mwrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Dec 7, 2018
1 parent 673f1bc commit f0e212e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/core/src/templating/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ echo "The message is Hello"
#[test]
#[cfg(not(windows))]
fn hook_output() {
use std::fs::{self, DirBuilder};
use std::fs as stdfs;
use std::fs::DirBuilder;
use std::process::{Command, Stdio};

let tmp_dir = TempDir::new().expect("create temp dir");
Expand Down

0 comments on commit f0e212e

Please sign in to comment.