Browse Source

chore: use `semantic-release` cross-formula standard structure

* Automated using `ssf-formula` (v0.1.0-rc.5)
tags/v0.3.0
Imran Iqbal 5 years ago
parent
commit
9e9844e02a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .cirrus.yml

+ 2
- 1
.cirrus.yml View File

@@ -26,4 +26,5 @@ docker_builder:
# - INSTANCE: default-fedora-28-2017-7-py2
# - INSTANCE: default-opensuse-leap-42-2017-7-py2
bundle_install_script: bundle install
verify_script: bin/kitchen verify ${INSTANCE}
verify_script:
- bin/kitchen verify ${INSTANCE}

Loading…
Cancel
Save