Skip to content

Commit 183fe94

Browse files
committed
Test against Ruby 2.6 and Rails 5.2
1 parent 183f841 commit 183fe94

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ rvm:
99
- 2.3
1010
- 2.4
1111
- 2.5
12+
- 2.6
1213

1314
env:
1415
- RAILS_VERSION=4.2
1516
- RAILS_VERSION=5.0
1617
- RAILS_VERSION=5.1
18+
- RAILS_VERSION=5.2
1719

1820
matrix:
1921
exclude:
2022
- rvm: 2.2
2123
env: RAILS_VERSION=5.0
2224
- rvm: 2.2
2325
env: RAILS_VERSION=5.1
26+
- rvm: 2.2
27+
env: RAILS_VERSION=5.2
2428

2529
sudo: false

gemfiles/5.2.gemfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
gem 'puma'
2+
gem 'jquery-rails'
3+
gem 'jquery-ui-rails'
4+
gem 'ancestry'
5+
gem 'sqlite3'
6+
7+
gem 'activeadmin'
8+
gem 'devise'
9+
gem 'rails', '~> 5.2.0'
10+
gem 'sass-rails'
11+
12+
# vim: ft=ruby

0 commit comments

Comments
 (0)