Skip to content

Commit 73cf95a

Browse files
author
Ulf Gitschthaler
committed
Fix travis ci configuration
1 parent bd481ea commit 73cf95a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: clojure
2-
lein: lein2
3-
script: lein2 test
2+
lein: lein
3+
script: lein test
44
after_script:
55
- bash -ex coveralls.sh

coveralls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
lein2 cloverage --coveralls
2+
lein cloverage --coveralls
33
curl -F 'json_file=@target/coverage/coveralls.json' 'https://coveralls.io/api/v1/jobs'

0 commit comments

Comments
 (0)