Skip to content

Commit 98975cb

Browse files
committed
Remove cassandra_version from appveyor.yml
To prevent frequently updating appveyor.yml, the primary cassandra_version to test against is managed as a separate environment variable in the appveyor ui. Also set M2_HOME to custom maven install.
1 parent 29f9bf6 commit 98975cb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ci/appveyor.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ If (!(Test-Path $maven_path)) {
6767
(new-object System.Net.WebClient).DownloadFile($maven_url, $maven_zip)
6868
[System.IO.Compression.ZipFile]::ExtractToDirectory($maven_zip, $maven_base)
6969
}
70+
$env:M2_HOME="$($maven_path)"
7071
$env:PATH="$($maven_path)\bin;$($env:PATH)"
7172

7273
$jdks = @("1.6.0", "1.7.0", "1.8.0")

ci/appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
environment:
22
test_profile: default
3-
cassandra_version: 3.5
43
matrix:
54
- java_version: 1.6.0
65
- java_version: 1.7.0

0 commit comments

Comments
 (0)