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:
parent
3a4dc74765
commit
a9bc4bf784
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue