Updated README.md and Travis config file
This commit is contained in:
		
							
								
								
									
										10
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
language: java
 | 
			
		||||
sudo: false # faster builds
 | 
			
		||||
jdk:
 | 
			
		||||
  - oraclejdk8
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - pip install --user codecov
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
  - codecov
 | 
			
		||||
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -14,6 +14,16 @@ msgpack uses Semantic Versioning, meaning as long as the major version doesn't c
 | 
			
		||||
update. Be aware though that this doesn't necessarily applies for SNAPSHOT builds and the development branch.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#### Master
 | 
			
		||||
[](https://travis-ci.org/Dissem/MsgPack) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/MsgPack/dashboard?bid=TODO)
 | 
			
		||||
[](https://codecov.io/github/Dissem/Jabit?branch=master)
 | 
			
		||||
 | 
			
		||||
#### Develop
 | 
			
		||||
[](https://travis-ci.org/Dissem/MsgPack?branch=develop) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/MsgPack/dashboard?bid=4118049)
 | 
			
		||||
[](https://codecov.io/github/Dissem/MsgPack?branch=develop)
 | 
			
		||||
 | 
			
		||||
Limitations
 | 
			
		||||
--------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user