Skip to content

Commit

Permalink
travis: update to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Sep 27, 2016
1 parent 89e1c0f commit 490ea73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions integration.sh
Expand Up @@ -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
Expand Down

0 comments on commit 490ea73

Please sign in to comment.