Skip to content

Commit

Permalink
Changed boost version used by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saleyn committed Apr 11, 2015
1 parent 09cebaf commit 933982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq g++-4.8
- sudo apt-get install -qq automake autoconf autoconf-archive libboost1.56-all-dev
- sudo apt-get install -qq automake autoconf autoconf-archive libboost1.55-all-dev
- sudo apt-get install -qq libxslt1.1 python-lxml libthrift-dev libthrift0 thrift-compiler
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
- ./bootstrap
Expand Down

0 comments on commit 933982b

Please sign in to comment.