mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Use the new beta build env on Travis
also remove the custom bundle install line as Travis does that by default
This commit is contained in:
parent
4af02021ac
commit
9064955499
@ -1,4 +1,7 @@
|
||||
language: ruby
|
||||
|
||||
sudo: false
|
||||
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
@ -6,13 +9,13 @@ rvm:
|
||||
- jruby-19mode
|
||||
- rbx-2
|
||||
- ruby-head
|
||||
install:
|
||||
- bundle install --retry=3
|
||||
|
||||
env:
|
||||
- "RAILS_VERSION=3.2"
|
||||
- "RAILS_VERSION=4.0"
|
||||
- "RAILS_VERSION=4.1"
|
||||
- "RAILS_VERSION=master"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
|
||||
Loading…
Reference in New Issue
Block a user