Skip to content

Commit

Permalink
Use TravisCI to test plugin specs as well as core/model specs
Browse files Browse the repository at this point in the history
While here, rename the Gemfile to be clear that it is only
used for TravisCI.
  • Loading branch information
jeremyevans committed Jun 5, 2012
1 parent 8682a64 commit 539348d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile → .travis.gemfile
Expand Up @@ -4,3 +4,7 @@ source 'http://rubygems.org'


gem 'rake' gem 'rake'
gem 'rspec' gem 'rspec'
gem 'tzinfo'
gem 'activemodel'
gem 'nokogiri'
gem 'json'
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,3 +10,5 @@ rvm:
- ruby-head - ruby-head
- jruby-head - jruby-head
- ree - ree
script: bundle exec rake spec spec_plugin
gemfile: .travis.gemfile

0 comments on commit 539348d

Please sign in to comment.