Skip to content

Commit 069f44f

Browse files
committed
Update Travis config with new Ruby and Rails
1 parent 9ef6d9b commit 069f44f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: ruby
22
sudo: false
3+
bundler_args: --without development
34
env:
4-
- 'RAILS_VERSION=5.1.2'
5+
matrix:
6+
- "RAILS_VERSION=5.2"
7+
- "RAILS_VERSION=6.0"
58
rvm:
6-
- 2.3.3
7-
matrix:
8-
before_install: gem install bundler -v 1.13.6
9+
- 2.4
10+
- 2.5
11+
- 2.6
12+
- 2.7
913
script: bundle exec rspec spec
10-

0 commit comments

Comments
 (0)