Skip to content

Commit

Permalink
adding g++ source
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyman727 committed Oct 27, 2015
1 parent 4752c99 commit 8fdbaff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ node_js:
- "4.2.1"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm install -g grunt-cli
- sudo apt-get update -qq
Expand Down

0 comments on commit 8fdbaff

Please sign in to comment.