Skip to content

Commit

Permalink
Try cleaning bad paths on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
trobrock committed Mar 6, 2014
1 parent e215792 commit 63042f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test.fish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

if test -n "$TRAVIS_BUILD_DIR"
set CODE_PATH $TRAVIS_BUILD_DIR

# clean the path on travis
for val in $PATH
if test -d $val
set path $path $val
end
end
set -x PATH $path
else
set CODE_PATH $HOME/.chefvm
end
Expand Down

0 comments on commit 63042f1

Please sign in to comment.