From 99b97a169a982dba1caf802c2354f8cadd5cabbd Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Mon, 17 Jul 2017 20:38:37 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0e4f6c..3bdc39d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: clojure -lein: lein2 +lein: 2.7.1 script: lein do check, eastwood, test