honeysql/.travis.yml
Sean Corfield a9bc4bf784 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.
2018-06-27 11:17:21 -07:00

17 lines
313 B
YAML

dist: trusty
sudo: required
language: clojure
cache:
directories:
- $HOME/.npm
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- npm install lumo-cljs@1.8.0 -g
install:
- jdk_switcher use openjdk8
script: lein do check, eastwood, test-all, tach lumo, test-readme