Skip to content

Commit

Permalink
Merge branch 'shinnn-travis-ci' into develop
Browse files Browse the repository at this point in the history
* shinnn-travis-ci:
  set up Travis CI
  • Loading branch information
Luis Couto committed Oct 30, 2015
2 parents a6f3fc0 + bb110a8 commit fc2bfe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- stable
- '0'
- '0.10'
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# babel-loader
# babel-loader [![Build Status](https://travis-ci.org/shinnn/babel-loader.svg?branch=master)](https://travis-ci.org/shinnn/babel-loader)
> Babel is a compiler for writing next generation JavaScript.
This package allows transpiling JavaScript files using [Babel](https://github.com/babel/babel) and [webpack](https://github.com/webpack/webpack).
Expand Down

0 comments on commit fc2bfe4

Please sign in to comment.