Add tach testing to Travis

This commit is contained in:
Andrea Richiardi 2017-11-07 14:12:32 -08:00
parent c839565cfe
commit 34d54e4fff

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