Merge pull request #5 from mattermost/use_cci

add circleci
master
Christopher Speller 2019-03-25 16:25:04 -07:00 committed by GitHub
commit ab77149266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 16 deletions

16
.circleci/config.yml Normal file
View File

@ -0,0 +1,16 @@
version: 2.1
jobs:
test:
docker:
- image: circleci/golang:1.12
working_directory: /go/src/github.com/mattermost/mattermost-plugin-memes
steps:
- checkout
- run: make test
workflows:
version: 2
untagged-build:
jobs:
- test

View File

@ -1,15 +0,0 @@
dist: trusty
sudo: false
language: go
go: 1.x
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
api_key:
secure: fv0SYzjSQkgU6FfanqE4bckxDvQ8AEw8hwki1WqxMJ2K0mzB6cmlGSTs7UV1LTDbqREB5Rt2WblFFOhg3v/UvCQu1YWPrXn0lrXkVqNmzM2cEzHtQ/uHiX+TNs6yxZ3i2/DtzUX/JaLuxWMrbhSBDY20RVccc0MfEHtjnq92BJG3/I8uCkqvCoEf/Nv+fa4zI2JU0u87WFjDvLeArNaaTiuUJ1WYs6Zm1QHLGvYUUcIvsvCvoadCbHSZivEBfAFhqKMsz11fb+EWLXWxYa/2qBWSBzgVC6u5yuztUBIIaEbktg53WWj48eKuo3KDWiMR60tt8CZvSyaLwU5KdxdCFw8tvB91jZKsd0/xYLyGIOyMhtc+CcLzZaRMx7yJ87R1Mzm+j8/mQNqCY6PLhQI+Nkbs3axe0vdUAGnTRe+RcS/i/f4j+Qysv/GX1tmlQfTiBo0dCyTVkAC4jkZGcgIn9WVjLHeNIqQhtWPGiPQ4pMSiHGT+/fzmFVhn+lQ/W/oHFT2+IaQY2+haQbzP/h+tCeOM1G8017q2PDSfOZh8oTpazTxOu3JHhfI8sAxlwvQqcn5Lq+3ADYsKhwCMXfE4mabX8SmP1TDHXtnKhMOgrXMNC7GYPnAl6LST2eD4iWrFkjM1J8Yc1tboOrIh0b+Mr3XwlBsAWJgl20b3UppF1g8=
file_glob: true
file: dist/*
skip_cleanup: true
on:
tags: true

View File

@ -1,4 +1,4 @@
# mattermost-plugin-memes [![Build Status](https://travis-ci.org/mattermost/mattermost-plugin-memes.svg?branch=master)](https://travis-ci.org/mattermost/mattermost-plugin-memes)
# mattermost-plugin-memes [![CircleCI](https://circleci.com/gh/mattermost/mattermost-plugin-memes.svg?style=svg)](https://circleci.com/gh/mattermost/mattermost-plugin-memes)
This plugin will create a slash command that you can use to create memes!