Update .travis.yml
Another try
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
			
		||||
language: java
 | 
			
		||||
sudo: false # faster builds
 | 
			
		||||
jdk:
 | 
			
		||||
  - oraclejdk8
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - pip install codecov
 | 
			
		||||
  - pip install --user codecov
 | 
			
		||||
 | 
			
		||||
after_success:
 | 
			
		||||
  - codecov
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user