Skip to content

Commit

Permalink
adding GCC compiler to travis env
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Jul 29, 2016
1 parent 4b66b28 commit 91611fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -4,17 +4,23 @@ node_js:
- "4"
- "6"

env:
- CXX=g++-4.8

matrix:
allow_failures:
- node_js: "6"

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- dh-make
- devscripts
- debhelper
- git
- g++-4.8

services:
- mongodb
Expand All @@ -26,7 +32,7 @@ after_success:
before_deploy:
- ./extra/make-deb.sh

deploy:
deploy:
provider: bintray
file: .bintray.json
user: $BINTRAY_USER
Expand Down

0 comments on commit 91611fc

Please sign in to comment.