Skip to content

Commit

Permalink
Remove g++-4.8 apt package from Travis (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jun 22, 2018
1 parent de48d2b commit bbe7522
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ sudo: false

language: node_js

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

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
- export JOBS=max
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export JOBS=4; fi

Expand Down

0 comments on commit bbe7522

Please sign in to comment.