Skip to content

Commit

Permalink
Update Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Jan 20, 2014
1 parent 141c0cd commit e660b66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Expand Up @@ -3,15 +3,9 @@ bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- ruby-head
- jruby-19mode
- jruby-head
- rbx-19mode
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-19mode
- 2.1.0
- jruby
- rbx
branches:
only:
- master
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -21,3 +21,9 @@ unless ENV['TRAVIS']
gem 'yard'
gem 'yajl-ruby'
end

platforms :rbx do
gem 'racc'
gem 'rubysl', '~> 2.0'
gem 'psych'
end

0 comments on commit e660b66

Please sign in to comment.