Use latest lumo for self-host testing

This patch makes sure we use a fixed version (the latest) of lumo for self-host
testing and gets rid of the unnecessary nvm call now that we explicitly
install the latest libstdc++.
This commit is contained in:
Andrea Richiardi 2018-06-27 10:00:56 -07:00
parent d328dc7b24
commit ecf8e187a3

View file

@ -14,9 +14,7 @@ before_install:
- sudo apt-get install -y libstdc++6 - sudo apt-get install -y libstdc++6
- strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX - strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
- sudo apt-get install -y leiningen - sudo apt-get install -y leiningen
- nvm install --lts && nvm use --lts && npm install - npm install lumo-cljs@1.9.0-alpha -g
- command -v npm
- npm install lumo-cljs -g
install: install:
- jdk_switcher use openjdk8 - jdk_switcher use openjdk8