git repos / oastat

commit 8b32e5a1

sago007 · 2015-09-29 19:44
8b32e5a16d2c5cb0372a4a6e35d7a91922aa11b7 patch · browse files
parent dfcef77a5b3131fcfa3416788050d54fd426bb13

Older versions of boost does not work with C++11

Changed files

M .travis.yml before
diff --git a/.travis.yml b/.travis.yml index 10f35e2..cbf1fcd 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -9,8 +9,8 @@ addons:
- gcc-4.9
- g++-4.9
- build-essential
- - libboost-dev
- - libboost-program-options-dev
+ - libboost1.55-dev
+ - libboost-program-options1.55-dev
- libgcrypt11-dev
cache: