Add kafka 0.10.0.0 to test list
This commit is contained in:
		@@ -13,6 +13,7 @@ env:
 | 
			
		||||
    - KAFKA_VERSION=0.8.1.1
 | 
			
		||||
    - KAFKA_VERSION=0.8.2.2
 | 
			
		||||
    - KAFKA_VERSION=0.9.0.1
 | 
			
		||||
    - KAFKA_VERSION=0.10.0.0
 | 
			
		||||
 | 
			
		||||
sudo: false
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# Versions available for testing via binary distributions
 | 
			
		||||
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1"
 | 
			
		||||
OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.0.0"
 | 
			
		||||
 | 
			
		||||
# Useful configuration vars, with sensible defaults
 | 
			
		||||
if [ -z "$SCALA_VERSION" ]; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user