mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge branch 'master' into POOLER-181-vmpooler-dashboard
This commit is contained in:
commit
46b09c39ae
3 changed files with 11 additions and 18 deletions
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
version: 1
|
||||
|
||||
update_configs:
|
||||
- package_manager: 'ruby:bundler'
|
||||
directory: '/'
|
||||
update_schedule: 'daily'
|
||||
|
||||
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: bundler
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "13:00"
|
||||
open-pull-requests-limit: 10
|
||||
13
.travis.yml
13
.travis.yml
|
|
@ -1,8 +1,9 @@
|
|||
cache: bundler
|
||||
sudo: false
|
||||
language: ruby
|
||||
dist: xenial
|
||||
os: linux
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
- rvm: 2.4.9
|
||||
env: "CHECK=rubocop"
|
||||
|
|
@ -16,13 +17,5 @@ matrix:
|
|||
- rvm: jruby-9.2.9.0
|
||||
env: "CHECK=test"
|
||||
|
||||
- rvm: 2.4.9
|
||||
env: "CHECK=rubocop"
|
||||
|
||||
install:
|
||||
- gem update --system
|
||||
- gem install bundler
|
||||
- bundle --version
|
||||
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
|
||||
script:
|
||||
- "bundle exec rake $CHECK"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue