Skip to content

Commit

Permalink
[test] support building Lame on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
doublerebel committed Oct 7, 2016
1 parent ab907cb commit 096f4ea
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 @@ -2,5 +2,13 @@ language: node_js
node_js:
- "6"
- "5"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
after_success:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 096f4ea

Please sign in to comment.