Skip to content

Commit

Permalink
Add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog committed Jan 23, 2016
1 parent 82c29de commit 7c25e82
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "node"
- "4.2"
- "0.12"
- "0.10"
- "iojs"

0 comments on commit 7c25e82

Please sign in to comment.