[mlpack-git] master: travis.yml: add a newer version of boost (9e9b2d7)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Feb 15 15:11:10 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0bb8b0f4e578bcefbd435d31708d7b49987617e3...c42ca0ee5228ba83123767ea8899fcf6e4817b42

>---------------------------------------------------------------

commit 9e9b2d7146bd4306c3c6e7510d2e018965759fb7
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Sat Feb 14 22:27:38 2015 -0800

    travis.yml: add a newer version of boost


>---------------------------------------------------------------

9e9b2d7146bd4306c3c6e7510d2e018965759fb7
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 379ac79..cfafcbf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,9 @@ language: cpp
 before_install:
   - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
   - sudo apt-add-repository -y ppa:comp-phys/stable
+  - sudo add-apt-repository -y ppa:boost-latest/ppa
   - sudo apt-get update -qq
-  - sudo apt-get install -qq g++-4.8 libarmadillo-dev libboost-dev
+  - sudo apt-get install -qq g++-4.8 libarmadillo-dev libboost1.54-dev
   - export CC=gcc-4.8
   - export CXX=g++-4.8
   - printenv



More information about the mlpack-git mailing list