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 5
5
- windows
6
6
- linux
7
7
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
-
19
8
node_js :
20
9
- " 6"
21
10
- " 8"
@@ -37,16 +26,14 @@ before_install:
37
26
case $TRAVIS_OS_NAME in
38
27
windows)
39
28
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
44
31
;;
45
32
esac
46
33
47
34
cache :
48
35
directories :
49
- - $HOME/AppData/Local/Temp/chocolatey
36
+ - " $HOME/AppData/Local/Temp/chocolatey"
50
37
- " $TRAVIS_BUILD_DIR/stunnel-5.54"
51
38
52
39
after_success : npm run coveralls
You can’t perform that action at this time.
0 commit comments