소스 검색

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

chore: use `semantic-release` cross-formula standard structure
tags/v0.3.0
Niels Abspoel 5 년 전
부모
커밋
7beedb75aa
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      .cirrus.yml

+ 2
- 1
.cirrus.yml 파일 보기

@@ -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…
취소
저장