Add some debugging for GLIBCXX issue

This commit is contained in:
Sean Corfield 2018-06-26 16:56:54 -07:00
parent 59fd532e7a
commit c37a68fe49

View file

@ -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