add travis ci support

This commit is contained in:
Jeff Smick 2012-11-26 13:15:52 -08:00
parent c26cee8085
commit 5053c79475
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
pkg
pkg
Gemfile.lock

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: ruby
rvm:
- 1.8.7

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source :rubygems
gemspec