Skip to content

Commit a3ffc3a

Browse files
author
Benjamin Coe
committed
move redis to the install stanza
1 parent d5ccb39 commit a3ffc3a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

appveyor.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ environment:
1010

1111
# Install scripts. (runs after repo cloning)
1212
install:
13-
# Get the latest stable version of Node 0.STABLE.latest
14-
- ps: Install-Product node $env:nodejs_version
15-
# Typical npm stuff.
16-
- npm install
17-
18-
# Install Redis.
19-
before_build:
13+
# Install the Redis
2014
- nuget restore .\Hangfire.Redis.StackExchange.sln
2115
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-install
2216
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-start
2317
- '@ECHO Redis Started'
18+
# Get the latest stable version of Node 0.STABLE.latest
19+
- ps: Install-Product node $env:nodejs_version
20+
# Typical npm stuff.
21+
- npm install
2422

2523
# Post-install test scripts.
2624
test_script:

0 commit comments

Comments
 (0)