Skip to content

Commit cb38890

Browse files
authored
Merge pull request #326 from berkos/add_latest_rails_version
Update Travis CI configuration
2 parents 8279f62 + d49906f commit cb38890

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,23 @@ rvm:
77
- 2.4
88
- 2.5
99
- 2.6
10-
gemfiles:
10+
gemfile:
1111
- gemfiles/standalone.gemfile
1212
- gemfiles/rails_5.0.gemfile
1313
- gemfiles/rails_5.1.gemfile
1414
- gemfiles/rails_5.2.gemfile
15+
- gemfiles/rails_6.rc1.gemfile
1516
script: "bundle exec rspec && bundle exec codeclimate-test-reporter"
1617
before_install:
1718
- sudo add-apt-repository ppa:chris-lea/libsodium -y
1819
- sudo apt-get update -q
1920
- sudo apt-get install libsodium-dev -y
2021
- gem install bundler
22+
23+
matrix:
24+
fast_finish: true
25+
exclude:
26+
- gemfile: gemfiles/rails_6.rc1.gemfile
27+
rvm: 2.3
28+
- gemfile: gemfiles/rails_6.rc1.gemfile
29+
rvm: 2.4

gemfiles/rails_6.rc1.gemfile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem 'rails', '~> 6.0.0.rc1'
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)