We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a837 commit cb5d163Copy full SHA for cb5d163
.travis.yml
@@ -5,17 +5,6 @@ os:
5
- windows
6
- linux
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
node_js:
20
- "6"
21
- "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
- "$TRAVIS_BUILD_DIR/stunnel-5.54"
51
52
after_success: npm run coveralls
0 commit comments