Skip to content

Commit

Permalink
ci(build): add redis server
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 21, 2017
1 parent 8046ba9 commit fb38337
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- node
- 7.0.0
sudo: false
services:
- redis-server
install:
- npm install
notifications:
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ init:
git config --global core.autocrlf true

install:
# Install the Redis
- nuget install redis-64 -excludeversion
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
- '@ECHO Redis Started'
# Get the required Node version
- ps: Install-Product node $env:nodejs_version
- npm install

Expand Down

0 comments on commit fb38337

Please sign in to comment.