commit 8b32e5a1
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: