Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stellite authored Feb 28, 2018
1 parent 64d425c commit 906d7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ before_install:
- sudo apt install git build-essential cmake miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev
- sudo apt-get update && sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev
- wget https://transfer.sh/12xOcX/boost_1_62_0.tar.gz
- tar -xvf boost_1_62_0.tar.gz
- cd boost_1_62_0.tar.gz
- tar -xf boost_1_62_0.tar.gz
- cd boost_1_62_0
- ./bootstrap.sh --prefix=/usr/local
- sudo ./b2 install

Expand Down

0 comments on commit 906d7bb

Please sign in to comment.