mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
Updating travis file and adding Rails 6 to build matrix
This commit is contained in:
parent
ac65dc1780
commit
621d6f4754
@ -1,16 +1,17 @@
|
||||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.2.5
|
||||
- 2.6.3
|
||||
|
||||
env:
|
||||
- RAILS_VERSION=6.0.0
|
||||
- RAILS_VERSION=5.2.0
|
||||
- RAILS_VERSION=4.2.0
|
||||
- RAILS_VERSION=3.2.22
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- /home/travis/.rvm/gems/ruby-2.2.5
|
||||
- /home/travis/.rvm/gems/ruby-2.6.3
|
||||
|
||||
install: ./ci/build.sh
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user