From c6d3086fe9cc4ecb6bc0b983da3b7cfd3e19a6b4 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 10 May 2016 17:53:12 -0400 Subject: [PATCH] Fixing Travis CI bugs, take 3 God I hate this... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6fca58..8692895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - nightly before_script: - | - pip install 'travis-cargo<0.2' -- user && + pip install 'travis-cargo<0.2' --user && export PATH = $HOME/.local/bin:$PATH script: - |