~singpolyma/dhall-ruby

9fda7dee8bfdc452156294736e699c02db70033a — Stephen Paul Weber 4 years ago a61ec87
Add backports for rubocop
2 files changed, 5 insertions(+), 0 deletions(-)

M .builds.dhall/debian-stable.dhall
M .builds/debian-stable.yml
M .builds.dhall/debian-stable.dhall => .builds.dhall/debian-stable.dhall +3 -0
@@ 5,6 5,9 @@
		"bundler",
		"rubocop"
	],
	repositories = {
		backports = "http://ftp.ca.debian.org/debian/ stretch-backports main"
	},
	sources = ["https://git.singpolyma.net/dhall-ruby"],
	tasks = [
		{ build =

M .builds/debian-stable.yml => .builds/debian-stable.yml +2 -0
@@ 11,3 11,5 @@ packages:
- ruby
- bundler
- rubocop
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main