Skip to content

Commit bbe7522

Browse files
author
Lars-Magnus Skog
authored
Remove g++-4.8 apt package from Travis (facebook#66)
1 parent de48d2b commit bbe7522

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ sudo: false
22

33
language: node_js
44

5-
addons:
6-
apt:
7-
sources:
8-
- ubuntu-toolchain-r-test
9-
packages:
10-
- g++-4.8
11-
125
before_install:
13-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
146
- export JOBS=max
157
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export JOBS=4; fi
168

0 commit comments

Comments
 (0)