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