File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 55 - windows
66 - linux
77
8- env :
9- - CXX=g++-4.8 TRAVIS=true
10-
11- addons :
12- apt :
13- sources :
14- - ubuntu-toolchain-r-test
15- packages :
16- - g++-4.8
17-
18-
198node_js :
209 - " 6"
2110 - " 8"
@@ -37,16 +26,14 @@ before_install:
3726 case $TRAVIS_OS_NAME in
3827 windows)
3928 choco install redis-64
40- "C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe" --service-install
41- "C:\ProgramData\chocolatey\lib\redis-64\tools\redis-server.exe" --service-start
42- node --version
43- npm --version
29+ redis-server --service-install
30+ redis-server --service-start
4431 ;;
4532 esac
4633
4734cache :
4835 directories :
49- - $HOME/AppData/Local/Temp/chocolatey
36+ - " $HOME/AppData/Local/Temp/chocolatey"
5037 - " $TRAVIS_BUILD_DIR/stunnel-5.54"
5138
5239after_success : npm run coveralls
You can’t perform that action at this time.
0 commit comments