1
2
3
4
5
6
7
8
9
10
11
12
13
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