From ecf8e187a3aebbae1a4b9a8774f9222a3aff3e37 Mon Sep 17 00:00:00 2001 From: Andrea Richiardi Date: Wed, 27 Jun 2018 10:00:56 -0700 Subject: [PATCH] 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++. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 765b8de..e020c88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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