From 042f0ac4518597e3295e4a5a8e46d1070eb87b21 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 1 Mar 2019 16:07:54 +0100 Subject: [PATCH] add circleci --- .circleci/config.yml | 16 ++++++++++++++++ .travis.yml | 15 --------------- README.md | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 .circleci/config.yml delete mode 100644 .travis.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..46c6bdd --- /dev/null +++ b/.circleci/config.yml @@ -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 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 79d5699..0000000 --- a/.travis.yml +++ /dev/null @@ -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 diff --git a/README.md b/README.md index 845f155..f6250da 100644 --- a/README.md +++ b/README.md @@ -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!