Skip to content

Commit ed26587

Browse files
authored
RFC: What happens if we remove the g++ from travis? (immutable-js#1337)
I can't remember why this was added, but it makes builds slower. If removing it remains passing, then we'll merge this.
1 parent 3109aff commit ed26587

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
@@ -7,16 +7,8 @@ script: npm run test:travis
77

88
env:
99
global:
10-
- CXX=g++-4.9
1110
- secure: "VDsxy30sE9ivdqoXkaKXo0czbS4brNpwKEIblu7f1gVLx7OD9pjTc78cdwrVbZDBYroSiYVYuUrLDjpVjH88lL/LxRrru3V0CIlAqqa+ssXcqycCaT/6ds+ZymuTTGRh+Mf12pIKO+yc8jTov2M7AzPJdpS+ORP5dImYyE3ex9s="
1211

13-
addons:
14-
apt:
15-
sources:
16-
- ubuntu-toolchain-r-test
17-
packages:
18-
- g++-4.9
19-
2012
deploy:
2113
- provider: script
2214
script: npm run gitpublish

0 commit comments

Comments
 (0)