honeysql/.travis.yml
Michael Blume 942756d2b3 Specify lein version 2.7.1 in travis config
Apparently travis defaults to 2.5.1 and 2.5.1 doesn't know how to find our
tests.

Our tests all still run, so that's good.
2017-07-17 20:48:57 -07:00

3 lines
68 B
YAML

language: clojure
lein: 2.7.1
script: lein do check, eastwood, test