Change build order to optimize build speed
This commit is contained in:
parent
e9073b88c5
commit
dca9efb3b1
|
@ -18,13 +18,13 @@ install:
|
||||||
- bundle install --retry=3
|
- bundle install --retry=3
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
|
- jruby
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
- 2.3.1
|
- 2.3.1
|
||||||
- rbx
|
- rbx
|
||||||
- jruby
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue