diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..24a0d51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: java +install: true + +os: linux +dist: trusty +jdk: oraclejdk8 + +script: + - ./gradlew build -s + diff --git a/README.md b/README.md index 994dfad..44a5241 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # SDI + [ ![Download](https://api.bintray.com/packages/insanusmokrassar/InsanusMokrassar/sdi/images/download.svg) ](https://bintray.com/insanusmokrassar/InsanusMokrassar/sdi/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/sdi/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/sdi) +[![Build Status](https://travis-ci.com/InsanusMokrassar/SDI.svg?branch=master)](https://travis-ci.com/InsanusMokrassar/SDI) + It is simple (in comparison with other systems) DI, which aim to be compatible and predictable. This library was created with aim on difficult systems with opportunity to reconfigure most parts of behaviours without recompilation of code.