Skip to content

Commit

Permalink
add rails 5.0 5.1 5.2 to ci builds (#98)
Browse files Browse the repository at this point in the history
* add rails 5.0 5.1 5.2 to ci builds

* reduce build matrix to 1 ruby and 2 rails versions #98

* restore ci test against rails 5.0 and 5.1, and fix the version passed in to ~>
  • Loading branch information
nruth authored and valscion committed Jul 2, 2018
1 parent 8026125 commit ecf3608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: ruby
env:
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=4.2.0
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.0.0
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.1.0
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.2.0
install:
- bundle install
rvm:
- 2.3
- 2.4
- 2.5
before_install: gem install bundler -v 1.16.2
notifications:
email: false
Expand Down

0 comments on commit ecf3608

Please sign in to comment.