Skip to content

Commit ecf3608

Browse files
nruthvalscion
authored andcommitted
add rails 5.0 5.1 5.2 to ci builds (#98)
* 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 ~>
1 parent 8026125 commit ecf3608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: ruby
22
env:
33
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=4.2.0
4+
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.0.0
5+
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.1.0
6+
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=5.2.0
47
install:
58
- bundle install
69
rvm:
710
- 2.3
8-
- 2.4
9-
- 2.5
1011
before_install: gem install bundler -v 1.16.2
1112
notifications:
1213
email: false

0 commit comments

Comments
 (0)