Looks like the latest Leiningen is already installed so dropping that from before_install.

Pinning Lumo to 1.8.0 since 1.9.0-alpha still requires the newer libstdc++6.
This commit is contained in:
Sean Corfield 2018-06-27 11:17:21 -07:00
parent 3a4dc74765
commit a9bc4bf784

View file

@ -9,8 +9,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules - $TRAVIS_BUILD_DIR/node_modules
before_install: before_install:
- sudo apt-get install -y leiningen - npm install lumo-cljs@1.8.0 -g
- npm install lumo-cljs@1.9.0-alpha -g
install: install:
- jdk_switcher use openjdk8 - jdk_switcher use openjdk8