mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2024-11-27 04:28:53 +00:00
fill travis and badges
This commit is contained in:
parent
271867c34e
commit
e210693ce6
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: java
|
||||||
|
install: true
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
jdk: oraclejdk8
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./gradlew build -s
|
||||||
|
|
@ -1,5 +1,9 @@
|
|||||||
# SDI
|
# 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
|
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.
|
with aim on difficult systems with opportunity to reconfigure most parts of behaviours without recompilation of code.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user