Skip to content
Snippets Groups Projects
Commit 0fef0e2e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Travis: add gcc compiler for brunch

parent fd059f82
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@ language: node_js
node_js:
- 4
- 5.8.0
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false
deploy:
provider: npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment