image: debian/stable
sources:
- https://git.singpolyma.net/dhall-ruby
tasks:
- build: |
cd dhall-ruby
make lint
bundle install --path="../.gems"
make test
packages:
- bundler
- git-extras
- rubocop
- ruby
repositories:
backports: http://ftp.ca.debian.org/debian/ stretch-backports main