Correct Ruby snap installation script

This commit is contained in:
foo-dogsquared 2019-08-14 17:16:36 +08:00
parent 113df71e17
commit f69ba8899a

View File

@ -5,7 +5,8 @@ dist: xenial
addons: addons:
snaps: snaps:
- hugo - hugo
- ruby - name: ruby
confinement: classic
script: script:
- gem --version - gem --version
- gem install asciidoctor - gem install asciidoctor