Merge pull request #218 from arichiardi/latest-lumo

Use latest lumo for self-host testing
This commit is contained in:
Sean Corfield 2018-06-27 10:20:58 -07:00 committed by GitHub
commit c55d93aaaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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