Skip to content

Commit

Permalink
Restore path after downloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakejohnson committed Feb 27, 2017
1 parent 7d0181c commit 16dea59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ python:
before_install:
# install git lfs and fetch test data
- if [ ! -f $HOME/download/git-lfs-linux-amd64-1.5.6.tar.gz ]; then
cd $HOME/download;
pushd $HOME/download;
wget https://github.com/github/git-lfs/releases/download/v1.5.6/git-lfs-linux-amd64-1.5.6.tar.gz;
popd;
fi
- tar xzf $HOME/download/git-lfs-linux-amd64-1.5.6.tar.gz
- (cd git-lfs-1.5.6 && PREFIX=$HOME/.local ./install.sh)
Expand Down

0 comments on commit 16dea59

Please sign in to comment.