Skip to content

Commit 60bd77a

Browse files
test travis fail
1 parent 7d3891c commit 60bd77a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ subprojects { project ->
2828
dependencies {
2929
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
3030
compile "org.jetbrains.kotlin:kotlin-reflect"
31+
testCompile "junit:junit:4.12"
3132
}
3233

3334
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile) {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package me.liuwj.ktorm.database
2+
3+
import org.junit.Test
4+
5+
/**
6+
* Created by vince on Dec 02, 2018.
7+
*/
8+
class DatabaseTest {
9+
10+
@Test
11+
fun testTravis() {
12+
assert(false)
13+
}
14+
}

0 commit comments

Comments
 (0)