ソースを参照

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)