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:
parent
d328dc7b24
commit
ecf8e187a3
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ before_install:
|
|||
- sudo apt-get install -y libstdc++6
|
||||
- strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
|
||||
- sudo apt-get install -y leiningen
|
||||
- nvm install --lts && nvm use --lts && npm install
|
||||
- command -v npm
|
||||
- npm install lumo-cljs -g
|
||||
- npm install lumo-cljs@1.9.0-alpha -g
|
||||
|
||||
install:
|
||||
- jdk_switcher use openjdk8
|
||||
|
|
|
|||
Loading…
Reference in a new issue