Skip to content

Commit 41477f3

Browse files
committed
No need for g++ on Travis.
Due to df67141.
1 parent b34096a commit 41477f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,8 @@ node_js:
44
- "8.0"
55
- "10.0"
66
- "node"
7-
env:
8-
- CXX=g++-4.8
97

108
addons:
11-
apt:
12-
sources:
13-
- ubuntu-toolchain-r-test
14-
packages:
15-
- g++-4.8
169
hosts:
1710
- nic.localhost
1811
- tim.localhost
@@ -27,6 +20,5 @@ script:
2720
- npm run nyc
2821

2922
cache:
30-
apt: true
3123
directories:
3224
- node_modules

0 commit comments

Comments
 (0)