diff options
author | Alec Thomas <alec@swapoff.org> | 2013-11-29 12:47:51 -0500 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-11-29 12:47:51 -0500 |
commit | d6579543c099c974b9557249aee72306c5aea99d (patch) | |
tree | c15af8586d5b88941603a91ab50aa5bdb6be2ef7 /.travis.yml | |
parent | 92714459511725e9b638c7f2435d7f18f97600b1 (diff) | |
parent | b92144502f6d7e779aa7f1e7b657aee2314abf57 (diff) |
Merge no-boost into master.
This eradicates boost as a dependency for everything except the Python
integration, which may or may not work for now.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5b5024f..611553a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ before_install: - sudo apt-add-repository -y ppa:jkeiren/ppa - if test $CC = gcc; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi - sudo apt-get update -qq - - sudo apt-get install -y boost1.48 python-dev - if test $CC = gcc; then sudo apt-get install gcc-4.7 g++-4.7; fi - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 20; fi - if test $CC = gcc; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 20; fi |