Parcourir la source

ci(cirrus): use cirrus-ci alongisde travis-ci

* Based on response from Cirrus CI:
  - https://github.com/fkorotkov/nginx-formula/pull/1
tags/v0.3.0
Imran Iqbal il y a 5 ans
Parent
révision
51271b60fc
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 10 ajouts et 20 suppressions
  1. +10
    -0
      .cirrus.yml
  2. +0
    -20
      .travis.yml

+ 10
- 0
.cirrus.yml Voir le fichier

@@ -0,0 +1,10 @@
docker_builder:
name: Test $INSTANCE
env:
matrix:
- INSTANCE: debian-9
- INSTANCE: debian-8
- INSTANCE: ubuntu-1804
- INSTANCE: ubuntu-1604
bundle_install_script: bundle install
verify_script: bundle exec kitchen verify $INSTANCE

+ 0
- 20
.travis.yml Voir le fichier

@@ -1,28 +1,8 @@
stages:
- test
- commitlint
- name: release
if: branch = master AND type != pull_request

sudo: required
cache: bundler
language: ruby

services:
- docker

# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
env:
matrix:
- INSTANCE: debian-9
- INSTANCE: debian-8
- INSTANCE: ubuntu-1804
- INSTANCE: ubuntu-1604

script:
- bundle exec kitchen verify ${INSTANCE}

jobs:
include:
# Define the commitlint stage

Chargement…
Annuler
Enregistrer