1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Merge pull request #625 from joshk/patch-1

Use the new build env on Travis
This commit is contained in:
Yuki Nishijima 2014-11-20 19:05:43 -05:00
commit 2f4d1d8ad9

View file

@ -1,6 +1,4 @@
services: mongodb
script: "bundle exec rake spec"
language: ruby
rvm:
- 1.8.7
@ -28,6 +26,12 @@ gemfile:
- gemfiles/sinatra_13.gemfile
- gemfiles/sinatra_14.gemfile
sudo: false
services: mongodb
script: "bundle exec rake spec"
matrix:
exclude:
- rvm: 1.8.7