Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 20, 2016
1 parent 15c93e6 commit 9527620
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sudo: false
language: node_js
node_js:
- 0.12
- 4
- 6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
global:
- CXX=g++-4.8
matrix:
- TARGET=test
- TARGET=travis-coverage
script:
- npm run $TARGET

0 comments on commit 9527620

Please sign in to comment.