Skip to content

Commit bb110a8

Browse files
committed
set up Travis CI
Contributors and maintainers want to see whether their pull request passes the test or not.
1 parent 5992650 commit bb110a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- stable
4+
- '0'
5+
- '0.10'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# babel-loader
1+
# babel-loader [![Build Status](https://travis-ci.org/shinnn/babel-loader.svg?branch=master)](https://travis-ci.org/shinnn/babel-loader)
22
> Babel is a compiler for writing next generation JavaScript.
33
44
This package allows transpiling JavaScript files using [Babel](https://github.com/babel/babel) and [webpack](https://github.com/webpack/webpack).

0 commit comments

Comments
 (0)