Skip to content

Commit

Permalink
Copy GCC 4.8 config from Protagonist for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Oct 26, 2015
1 parent 43d2075 commit 6410796
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ node_js:
- "0.12"
- "3"
- "4"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env: CXX="g++-4.8" CC="gcc-4.8"
before_install:
- npm install -g grunt-cli
after_script:
Expand Down

0 comments on commit 6410796

Please sign in to comment.