Skip to content

Commit

Permalink
chore: remove g++ - no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 9, 2020
1 parent 853a837 commit cb5d163
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ os:
- windows
- linux

env:
- CXX=g++-4.8 TRAVIS=true

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8


node_js:
- "6"
- "8"
Expand All @@ -37,16 +26,14 @@ 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
node --version
npm --version
redis-server --service-install
redis-server --service-start
;;
esac
cache:
directories:
- $HOME/AppData/Local/Temp/chocolatey
- "$HOME/AppData/Local/Temp/chocolatey"
- "$TRAVIS_BUILD_DIR/stunnel-5.54"

after_success: npm run coveralls
Expand Down

0 comments on commit cb5d163

Please sign in to comment.