start testing with travis

This commit is contained in:
Tyler Kellen 2012-09-23 23:39:05 -05:00
parent 9a59d406a1
commit 9e2327f92a
2 changed files with 4 additions and 1 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8

View File

@ -1,4 +1,4 @@
# grunt-contrib-jst
# grunt-contrib-jst [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-jst)
> Compile underscore templates to JST file (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Tim Branyen](/tbranyen).
## Getting Started