Skip to content

Commit

Permalink
change directory from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arukuka committed Nov 14, 2017
1 parent 23af228 commit 383b917
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/setup.sh
Expand Up @@ -8,6 +8,9 @@ else
if [ -e $HOME/local/include/boost/process.hpp ]; then
echo "using cache!"
else
cd $HOME
mkdir tmp
cd tmp
echo "build boost..."
wget -O boost_${BOOST_VERSION}.tar.gz "${BOOST_SRC_URL}"
tar zxvf boost_${BOOST_VERSION}.tar.gz >> /dev/null
Expand Down

0 comments on commit 383b917

Please sign in to comment.