Skip to content

Commit

Permalink
Merge pull request #22 from gsamokovarov/fix-travis
Browse files Browse the repository at this point in the history
Fix the travis rubinius builds
  • Loading branch information
bbatsov committed Dec 17, 2013
2 parents 1f08048 + a25d6b3 commit af47ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- rbx-2.1.1
script: bundle exec rspec
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in powerpack.gemspec
gemspec

group :test do
gem 'rubysl', platform: :rbx
end

0 comments on commit af47ee5

Please sign in to comment.