~singpolyma/dhall-ruby

ref: 9fda7dee8bfdc452156294736e699c02db70033a dhall-ruby/.builds/debian-stable.yml -rw-r--r-- 325 bytes
9fda7deeStephen Paul Weber Add backports for rubocop 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: debian/stable
sources:
- https://git.singpolyma.net/dhall-ruby
tasks:
- build: |
    cd dhall-ruby
    rubocop
    bundle install --path="../.gems"
    bundle exec ruby -Ilib test/test_binary.rb
packages:
- ruby
- bundler
- rubocop
repositories:
  backports: http://ftp.ca.debian.org/debian/ stretch-backports main