Skip to content

Commit

Permalink
chore: add node 10 to builds and wrap windows paths in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 9, 2020
1 parent 33363e6 commit 853a837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ addons:
node_js:
- "6"
- "8"
- "10"
- "12"
- "13"

Expand All @@ -36,9 +37,8 @@ before_install:
case $TRAVIS_OS_NAME in
windows)
choco install redis-64
C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe --service-install
C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe --service-start
'@ECHO Redis Started'
"C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe" --service-install
"C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe" --service-start
node --version
npm --version
;;
Expand Down

0 comments on commit 853a837

Please sign in to comment.