mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Use the new build env on Travis
faster better stronger
This commit is contained in:
parent
2f29c2ae55
commit
e00c827f5a
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,6 +1,4 @@
|
||||||
services: mongodb
|
language: ruby
|
||||||
|
|
||||||
script: "bundle exec rake spec"
|
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
|
@ -28,6 +26,12 @@ gemfile:
|
||||||
- gemfiles/sinatra_13.gemfile
|
- gemfiles/sinatra_13.gemfile
|
||||||
- gemfiles/sinatra_14.gemfile
|
- gemfiles/sinatra_14.gemfile
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
services: mongodb
|
||||||
|
|
||||||
|
script: "bundle exec rake spec"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 1.8.7
|
- rvm: 1.8.7
|
||||||
|
|
Loading…
Reference in a new issue