Added TravicCI configuration.
This commit is contained in:
parent
508576d8c5
commit
e3b9f970f7
3 changed files with 15 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,6 +15,7 @@
|
||||||
/build
|
/build
|
||||||
/deploy
|
/deploy
|
||||||
/dist
|
/dist
|
||||||
|
/example/libs
|
||||||
/gen
|
/gen
|
||||||
/gradle.properties
|
/gradle.properties
|
||||||
/local.properties
|
/local.properties
|
||||||
|
|
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: java
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
|
||||||
|
install: true
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
||||||
|
- $HOME/.kobalt
|
||||||
|
|
||||||
|
script: ./kobaltw clean assemble
|
|
@ -1 +1 @@
|
||||||
maven-local-repo=K:/maven/repository
|
maven.repo.local=m2/repository
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue