Skip to content

Commit a774cd1

Browse files
authored
Merge pull request #1599 from StackExchange/craver/appveyor-cleanup
Builds: AppVeyor: remove Ubuntu
2 parents 31ce11d + ae0e3cf commit a774cd1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

appveyor.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
image:
22
- Visual Studio 2019
3-
- Ubuntu
43

54
init:
65
- git config --global core.autocrlf input
76

8-
services:
9-
- docker
10-
117
install:
128
- cmd: >-
139
cd tests\RedisConfigs\3.0.503
@@ -45,18 +41,6 @@ install:
4541
redis-server.exe --service-install --service-name "redis-26381" "..\Sentinel\sentinel-26381.conf" --sentinel
4642
4743
cd ..\..\..
48-
- sh: >-
49-
sudo curl -L https://github.com/docker/compose/releases/download/1.26.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
50-
51-
sudo chmod +x /usr/local/bin/docker-compose
52-
53-
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
54-
55-
cd tests/RedisConfigs
56-
57-
docker-compose up -d
58-
59-
cd ../..
6044
- ps: >-
6145
if (Get-Command "Start-Service" -errorAction SilentlyContinue) {
6246
Start-Service redis-*

0 commit comments

Comments
 (0)