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 1
1
language : ruby
2
2
sudo : false
3
3
env :
4
- - " RAILS_VERSION=4.2.7 "
4
+ - " RAILS_VERSION=4.2.8 "
5
5
- " RAILS_VERSION=5.0.2"
6
+ - " RAILS_VERSION=5.1.0"
6
7
- " RAILS_VERSION=master"
7
8
rvm :
8
9
- 2.1.10
9
- - 2.2.6
10
- - 2.3.3
10
+ - 2.2.7
11
+ - 2.3.4
11
12
- 2.4.1
12
13
matrix :
13
14
exclude :
14
15
- rvm : 2.1.10
15
16
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"
18
21
allow_failures :
19
22
- 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
2
2
3
3
MIT License
4
4
Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ and **paste the content into the issue description**:
64
64
65
65
## License
66
66
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 6
6
# To test on a specific rails version use this:
7
7
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
8
8
# 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
9
10
10
11
# We are no longer having Travis test Rails 4.1.x., but you can try it with:
11
12
# 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