浏览代码

Added Travis.

zhixin 11 年之前
父节点
当前提交
ae3378fe44
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 7 0
      .travis.yml
  2. 2 0
      README.md

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: node_js
+
+node_js:
+    - "0.10"
+
+before_install:
+    - npm install grunt-cli -g

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # bootstrap table
 
+[![Build Status](https://travis-ci.org/wenzhixin/bootstrap-table.png)](https://travis-ci.org/wenzhixin/bootstrap-table)
+
 The table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on. The table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.
 
 * [Documentation](http://wenzhixin.net.cn/p/bootstrap-table/docs/documentation.html)