Add travis YML for unit tests [GH-1314]

This commit is contained in:
Mitchell Hashimoto 2013-01-29 11:19:28 -08:00
parent 3399b74163
commit 16a433fdbc
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
script: rake test:unit