mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-23 03:33:02 +00:00
Merge pull request #56 from atomic111/master
restrict ruby testing to version 2.3.3
This commit is contained in:
commit
07d60033b7
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0
|
- 2.3.3
|
||||||
- 2.2
|
|
||||||
- 2.3.1
|
|
||||||
|
|
||||||
bundler_args: --without integration
|
bundler_args: --without integration
|
||||||
script: bundle exec rake
|
script: bundle exec rake
|
||||||
|
|
Loading…
Reference in a new issue