honeysql/.travis.yml
Andrea Richiardi ecf8e187a3 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++.
2018-06-27 10:01:03 -07:00

22 lines
547 B
YAML

dist: trusty
sudo: required
language: clojure
cache:
directories:
- $HOME/.npm
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- 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
- npm install lumo-cljs@1.9.0-alpha -g
install:
- jdk_switcher use openjdk8
script: lein do check, eastwood, test, tach lumo, test-readme