From 05f0ad5067436633897f6a589db23d9ba6a42c1f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 12 Jan 2020 17:49:54 -0500 Subject: [PATCH] Echo path for Windows debugging --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3f7ca30..9af7248 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_script: - rustup update - rustup component add clippy - rustup component add rustfmt + - 'echo $PATH' script: - cargo test --no-run