Skip to content

Commit cb5d163

Browse files
committed
chore: remove g++ - no longer required
1 parent 853a837 commit cb5d163

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.travis.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ os:
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-
198
node_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
4734
cache:
4835
directories:
49-
- $HOME/AppData/Local/Temp/chocolatey
36+
- "$HOME/AppData/Local/Temp/chocolatey"
5037
- "$TRAVIS_BUILD_DIR/stunnel-5.54"
5138

5239
after_success: npm run coveralls

0 commit comments

Comments
 (0)