Try to expand gradle and konan cache used by travis
This commit is contained in:
parent
45bb6be4a7
commit
67e2d239b4
@ -134,10 +134,8 @@ matrix:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2/
|
- $HOME/.m2/
|
||||||
- $HOME/.gradle/caches/
|
- $HOME/.gradle
|
||||||
- $HOME/.gradle/wrapper/
|
- $HOME/.konan
|
||||||
- $HOME/.konan/cache
|
|
||||||
- $HOME/.konan/dependencies
|
|
||||||
- $HOME/AppData/Local/Temp/chocolatey
|
- $HOME/AppData/Local/Temp/chocolatey
|
||||||
- /C/tools/msys64
|
- /C/tools/msys64
|
||||||
branches:
|
branches:
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
import com.ionspin.kotlin.crypto.sample.Sample
|
import com.ionspin.kotlin.crypto.sample.Sample
|
||||||
|
|
||||||
fun main() {
|
fun main() {
|
||||||
|
|
||||||
Sample.runSample()
|
Sample.runSample()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user