1
0
Fork 0
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:
Andriy Tyurnikov 2014-04-12 20:01:17 +03:00
parent d1192956e4
commit d31ab9f8a6

View file

@ -1,4 +1,6 @@
script: "rake test"
script:
- "rake test"
- "gem build arel.gemspec"
rvm:
- rbx
- jruby