mirror of https://github.com/status-im/timbre.git
Added skeleton testing ns. Added .travis.yml.
This commit is contained in:
parent
5f1862a334
commit
e8c799e04c
|
@ -0,0 +1,10 @@
|
||||||
|
language: clojure
|
||||||
|
lein: lein2
|
||||||
|
script: lein2 all test
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
jdk:
|
||||||
|
- openjdk7
|
||||||
|
- openjdk6
|
||||||
|
- oraclejdk7
|
|
@ -0,0 +1,7 @@
|
||||||
|
(ns timbre.test.core
|
||||||
|
(:use [clojure.test]
|
||||||
|
[timbre.core :as timbre :only (info)]))
|
||||||
|
|
||||||
|
;; TODO Tests (help would be welcome!!)
|
||||||
|
|
||||||
|
(deftest test-nothing)
|
Loading…
Reference in New Issue