From c37a68fe49342a974f6f0115574c247f61fbd572 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 26 Jun 2018 16:56:54 -0700 Subject: [PATCH] Add some debugging for GLIBCXX issue --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 99eebd7..f21f5ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: - nvm install --lts && nvm use --lts && npm install - command -v npm - npm install lumo-cljs -g + - strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX install: - jdk_switcher use openjdk8