Skip to content

Commit f5f8391

Browse files
author
Andrey Butov
committed
travis ci integration
1 parent 75c61c2 commit f5f8391

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: clojure
2+
lein: lein2
3+
jdk:
4+
- openjdk7
5+
- oraclejdk8

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[honeysql "0.6.3"]
2121
[clj-dbcp "0.8.1"]
2222
[clj-time "0.11.0"]
23-
[com.twitter/hbc-core "2.2.1-SNAPSHOT"]
23+
[com.twitter/hbc-core "2.2.0"]
2424
[com.stuartsierra/component "0.3.1"]
2525
[reloaded.repl "0.2.1"]
2626
[environ "1.0.2"]

0 commit comments

Comments
 (0)