Skip to content

Commit

Permalink
Update Ruby versions and Rubygems source.
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Sep 26, 2014
1 parent 251a98d commit fa677f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
gemfile:
- test/support/Gemfile.ci
rvm:
- 1.9.2
- 1.9.3
- 2.1.1

script: BUNDLE_GEMFILE=test/support/Gemfile.ci bundle exec rake foodcritic
2 changes: 1 addition & 1 deletion test/support/Gemfile.ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem "rake"
gem "foodcritic"

0 comments on commit fa677f1

Please sign in to comment.