mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3952 from fog/icco/update-travis
Add 2.3 and 2.4 to test builds
This commit is contained in:
commit
a7745f3d0f
1 changed files with 3 additions and 0 deletions
|
@ -1,12 +1,15 @@
|
|||
language: ruby
|
||||
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
script: bundle exec rake travis
|
||||
|
||||
rvm:
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.4
|
||||
- jruby-head
|
||||
|
||||
gemfile:
|
||||
|
|
Loading…
Reference in a new issue