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.
3 lines
68 B
YAML
3 lines
68 B
YAML
language: clojure
|
|
lein: 2.7.1
|
|
script: lein do check, eastwood, test
|