We run into the dreaded
/usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found
error messages a lot around here. This article is an attempt to explain what's going on with that.
diff --git a/.travis.yml b/.travis.yml | |
index ff3aba5..5c8309d 100644 | |
--- a/.travis.yml | |
+++ b/.travis.yml | |
@@ -1,8 +1,6 @@ | |
-language: | |
- - cpp | |
- - python | |
-python: | |
- - "2.7" |