File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,15 @@ environment:
10
10
11
11
# Install scripts. (runs after repo cloning)
12
12
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
20
14
- nuget restore .\Hangfire.Redis.StackExchange.sln
21
15
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-install
22
16
- packages\Redis-32.2.6.12.1\tools\redis-server.exe --service-start
23
17
- ' @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
24
22
25
23
# Post-install test scripts.
26
24
test_script :
You can’t perform that action at this time.
0 commit comments