Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Add compiler to Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
andru committed Jan 4, 2016
1 parent 451782b commit 5a623a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: node_js
sudo: false
node_js:
- "5.3.0"
- "4"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

0 comments on commit 5a623a7

Please sign in to comment.