Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
add @kkoopa's travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Aug 15, 2015
1 parent 2bc173b commit 372c09c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
sudo: false

language: node_js

env:
- CXX=g++-4.8

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

before_install:
- export JOBS=max
- export prebuild_compile=true
Expand Down

0 comments on commit 372c09c

Please sign in to comment.