Skip to content

Commit 55d2a8e

Browse files
authored
Merge pull request #15 from myii/ci/cirrus-alongside-travis
ci(cirrus): use cirrus-ci alongisde travis-ci
2 parents 7a94234 + 51271b6 commit 55d2a8e

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

.cirrus.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
docker_builder:
2+
name: Test $INSTANCE
3+
env:
4+
matrix:
5+
- INSTANCE: debian-9
6+
- INSTANCE: debian-8
7+
- INSTANCE: ubuntu-1804
8+
- INSTANCE: ubuntu-1604
9+
bundle_install_script: bundle install
10+
verify_script: bundle exec kitchen verify $INSTANCE

.travis.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
11
stages:
2-
- test
32
- commitlint
43
- name: release
54
if: branch = master AND type != pull_request
65

7-
sudo: required
8-
cache: bundler
9-
language: ruby
10-
11-
services:
12-
- docker
13-
14-
# Make sure the instances listed below match up with
15-
# the `platforms` defined in `kitchen.yml`
16-
env:
17-
matrix:
18-
- INSTANCE: debian-9
19-
- INSTANCE: debian-8
20-
- INSTANCE: ubuntu-1804
21-
- INSTANCE: ubuntu-1604
22-
23-
script:
24-
- bundle exec kitchen verify ${INSTANCE}
25-
266
jobs:
277
include:
288
# Define the commitlint stage

0 commit comments

Comments
 (0)