浏览代码

travis: update to 3.0

Chris Bannister 9 年之前
父节点
当前提交
490ea738af
共有 2 个文件被更改,包括 6 次插入3 次删除
  1. 3 3
      .travis.yml
  2. 3 0
      integration.sh

+ 3 - 3
.travis.yml

@@ -15,14 +15,14 @@ env:
   global:
     - GOMAXPROCS=2
   matrix:
-    - CASS=2.0.17
-      AUTH=false
     - CASS=2.1.12
       AUTH=false
-    - CASS=2.2.4
+    - CASS=2.2.5
       AUTH=true
     - CASS=2.2.5
       AUTH=false
+    - CASS=3.0.8
+      AUTH=false
 
 go:
   - 1.6

+ 3 - 0
integration.sh

@@ -50,6 +50,9 @@ function run_tests() {
 	elif [[ $version == 2.2.* ]]; then
 		proto=4
 		ccm updateconf 'enable_user_defined_functions: true'
+	elif [[ $version == 3.*.* ]]; then
+		proto=4
+		ccm updateconf 'enable_user_defined_functions: true'
 	fi
 
 	sleep 1s