Skip to content

Commit ba94f1a

Browse files
committed
Travis: Test against Rails 6
1 parent 0fc0d22 commit ba94f1a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ gemfile:
1313
- ci/Gemfile-rails-5-0
1414
- ci/Gemfile-rails-5-1
1515
- ci/Gemfile-rails-5-2
16+
- ci/Gemfile-rails-6-0
1617
matrix:
1718
exclude:
1819
- rvm: 2.3.8
1920
gemfile: ci/Gemfile-rails-3-1
2021
- rvm: 2.3.8
2122
gemfile: ci/Gemfile-rails-3-2
23+
- rvm: 2.3.8
24+
gemfile: ci/Gemfile-rails-6-0
2225
- rvm: 2.4.5
2326
gemfile: ci/Gemfile-rails-3-1
2427
- rvm: 2.4.5
@@ -27,6 +30,8 @@ matrix:
2730
gemfile: ci/Gemfile-rails-4-0
2831
- rvm: 2.4.5
2932
gemfile: ci/Gemfile-rails-4-1
33+
- rvm: 2.4.5
34+
gemfile: ci/Gemfile-rails-6-0
3035
- rvm: 2.5.5
3136
gemfile: ci/Gemfile-rails-3-1
3237
- rvm: 2.5.5

ci/Gemfile-rails-6-0

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'activerecord', '~> 6.0.0.beta3'
4+
gem "sqlite3", "~> 1.3", ">= 1.3.6"
5+
6+
gemspec :path => "../"

0 commit comments

Comments
 (0)