Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ sudo: false
env:
- JSONAPI_RESOURCES_VERSION=0.8.0.beta1 RAILS_VERSION=4.1.0
- JSONAPI_RESOURCES_VERSION=0.8.0.beta1 RAILS_VERSION=4.2.0
- JSONAPI_RESOURCES_VERSION=master RAILS_VERSION=4.2.0
- JSONAPI_RESOURCES_VERSION=master RAILS_VERSION=4.1.0
rvm:
- 2.1.2
before_install: gem install bundler -v 1.11.2
notifications:
email: false
matrix:
allow_failures:
- env: JSONAPI_RESOURCES_VERSION=master RAILS_VERSION=4.2.0
- env: JSONAPI_RESOURCES_VERSION=master RAILS_VERSION=4.1.0
script:
- ./bin/phare
- bundle exec rake
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ else
end

case jsonapi_resources_version
when 'master'
gem 'jsonapi-resources', git: 'https://github.com/cerebris/jsonapi-resources.git'
when 'default'
gem 'jsonapi-resources', '0.8.0.beta1'
else
Expand Down