Skip to content

Commit 53cfcba

Browse files
travis badge
1 parent 60bd77a commit 53cfcba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# KtOrm
22
A lightweight ORM Framework for Kotlin with strong typed SQL DSL. https://ktorm.liuwj.me
3+
4+
[![Build Status](https://www.travis-ci.org/vincentlauvlwj/KtOrm.svg?branch=master)](https://www.travis-ci.org/vincentlauvlwj/KtOrm)

ktorm-core/src/test/kotlin/me/liuwj/ktorm/database/DatabaseTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ class DatabaseTest {
99

1010
@Test
1111
fun testTravis() {
12-
assert(false)
12+
assert(true)
1313
}
1414
}

0 commit comments

Comments
 (0)