File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11language : ruby
22sudo : false
33env :
4- - " RAILS_VERSION=4.2.7 "
4+ - " RAILS_VERSION=4.2.8 "
55 - " RAILS_VERSION=5.0.2"
6+ - " RAILS_VERSION=5.1.0"
67 - " RAILS_VERSION=master"
78rvm :
89 - 2.1.10
9- - 2.2.6
10- - 2.3.3
10+ - 2.2.7
11+ - 2.3.4
1112 - 2.4.1
1213matrix :
1314 exclude :
1415 - rvm : 2.1.10
1516 env : " RAILS_VERSION=5.0.2"
16- - rvm : 2.4.1
17- env : " RAILS_VERSION=4.2.7"
17+ - rvm : 2.1.10
18+ env : " RAILS_VERSION=5.1.0"
19+ - rvm : 2.1.10
20+ env : " RAILS_VERSION=master"
1821 allow_failures :
1922 - env : " RAILS_VERSION=master"
Original file line number Diff line number Diff line change 1- Copyright (c) 2014 Larry Gebhardt
1+ Copyright (c) 2014-2017 Cerebris Corporation
22
33MIT License
44
Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ and **paste the content into the issue description**:
6464
6565## License
6666
67- Copyright 2014-2016 Cerebris Corporation. MIT License (see LICENSE for details).
67+ Copyright 2014-2017 Cerebris Corporation. MIT License (see LICENSE for details).
Original file line number Diff line number Diff line change 66# To test on a specific rails version use this:
77# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
88# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
9+ # export RAILS_VERSION=5.1.0; bundle update rails; bundle exec rake test
910
1011# We are no longer having Travis test Rails 4.1.x., but you can try it with:
1112# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test
You can’t perform that action at this time.
0 commit comments