1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Trace for travis.

This commit is contained in:
Cedric Beust 2016-07-25 03:10:30 -08:00
parent ac22e687ed
commit d749f2ae8a

View file

@ -17,6 +17,7 @@ open class BaseTest(open val aether: KobaltAether) {
@BeforeSuite
fun bs() {
println("INITIALIZING AETHER TO $aether")
context.aether = aether
}