Skip to content

Commit

Permalink
Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed Feb 16, 2015
1 parent b242800 commit cd53ceb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"

before_script:
- npm install -g grunt-cli
- npm install
- bower install

script: grunt test --verbose --force
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ module.exports = function(grunt) {

// register one or more task lists (you should ALWAYS have a "default" task list)
grunt.registerTask('default', ['uglify','cssmin', 'copy', 'qunit', 'watch']);
grunt.registerTask('test', 'qunit');
};
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
---

![Bower version](https://img.shields.io/bower/v/bootstrap-treeview.svg?style=flat)
[![Build Status](https://img.shields.io/travis/jonmiles/bootstrap-treeview/master.svg?style=flat)](https://travis-ci.org/jonmiles/bootstrap-treeview)

A simple and elegant solution to displaying hierarchical tree structures (i.e. a Tree View) while levering the best that Twitter Bootstrap has to offer.

Expand Down

0 comments on commit cd53ceb

Please sign in to comment.