Browse Source

Added Travis.

zhixin 11 years ago
parent
commit
ae3378fe44
2 changed files with 9 additions and 0 deletions
  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
 # 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.
 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)
 * [Documentation](http://wenzhixin.net.cn/p/bootstrap-table/docs/documentation.html)