fill travis and badges

This commit is contained in:
InsanusMokrassar 2020-02-19 20:18:35 +06:00
parent 271867c34e
commit e210693ce6
2 changed files with 14 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: java
install: true
os: linux
dist: trusty
jdk: oraclejdk8
script:
- ./gradlew build -s

View File

@ -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.