mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Add travis.yml
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
nguage: ruby
|
||||
rvm:
|
||||
- 2.2.5
|
||||
env:
|
||||
- "RAILS_VERSION=3.2.0"
|
||||
- "RAILS_VERSION=4.2.0"
|
||||
- "RAILS_VERSION=5.0.0"
|
||||
cache: bundler
|
||||
script: ./ci/test.sh
|
||||
Reference in New Issue
Block a user