Merge pull request #187 from arichiardi/travis-tach

Add tach testing to Travis
This commit is contained in:
Michael Blume 2017-11-11 14:15:46 -08:00 committed by GitHub
commit 203b23e586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,11 @@
language: clojure
lein: 2.7.1
script: lein do check, eastwood, test, test-readme
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y leiningen npm nodejs-legacy
- sudo npm install -g lumo-cljs
install:
- jdk_switcher use openjdk8
script: lein do check, eastwood, test, tach lumo, test-readme