Skip to content

Commit

Permalink
set up Travis CI
Browse files Browse the repository at this point in the history
Contributors and maintainers want to see whether their pull request
passes the test or not.
  • Loading branch information
shinnn committed Oct 30, 2015
1 parent 5992650 commit bb110a8
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 bb110a8

Please sign in to comment.