Skip to content

Commit

Permalink
Enable travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmoore committed Oct 18, 2016
1 parent b56abaa commit 437be5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- '4'
- '5'
- '6'
- node
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TypeScript-Babel Node
# TypeScript-Babel Node [![Build Status](https://travis-ci.org/danielmoore/ts-babel-node.svg?branch=master)](https://travis-ci.org/danielmoore/ts-babel-node)

This package enables Babel compilation of TypeScript compilation output through a registration function and a Node binary proxy.

Expand Down

0 comments on commit 437be5c

Please sign in to comment.