Sfoglia il codice sorgente

Merge pull request #18 from myii/chore/standardise-structure

chore: use `semantic-release` cross-formula standard structure
tags/v0.3.0
Niels Abspoel 5 anni fa
parent
commit
7beedb75aa
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      .cirrus.yml

+ 2
- 1
.cirrus.yml Vedi 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…
Annulla
Salva