mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
test gem build in ci process, inspired by issue #256
This commit is contained in:
parent
d1192956e4
commit
d31ab9f8a6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
script: "rake test"
|
||||
script:
|
||||
- "rake test"
|
||||
- "gem build arel.gemspec"
|
||||
rvm:
|
||||
- rbx
|
||||
- jruby
|
||||
|
|
Loading…
Reference in a new issue