Skip to content

Commit

Permalink
add Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cantino committed Apr 20, 2013
1 parent 57cfc2a commit be6c2d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
@@ -0,0 +1 @@
twitter_to_csv
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
ruby-1.9.3-p392
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
language: ruby
rvm:
- 1.9.3
script: "bundle exec rake"
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,3 +1,5 @@
source "http://rubygems.org"

gemspec
gemspec

gem 'rake'

0 comments on commit be6c2d1

Please sign in to comment.