add travis configs

This commit is contained in:
Petr Korolev 2014-11-11 15:15:02 +02:00
parent 1af8e18f9f
commit a5c4899360
2 changed files with 6 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3

View File

@ -1,3 +1,5 @@
source 'https://rubygems.org'
gem 'github_api'
gem 'httparty'
gem 'rake'