mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
11 lines
140 B
YAML
11 lines
140 B
YAML
sudo: false
|
|
language: ruby
|
|
cache: bundler
|
|
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.2.0
|
|
|
|
bundler_args: --without integration
|
|
script: bundle exec rake
|