From 3ea6ba17b6e44eaabe1e33627d0a590f2fa1398d Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Fri, 22 Jul 2016 19:35:55 +0200 Subject: [PATCH] Use SemaphoreCI for faster build --- .travis.yml | 15 --------------- README.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f446cc0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -sudo: false - -language: go - -go: - - tip - -before_install: - - go get github.com/axw/gocov/gocov - - go get github.com/mattn/goveralls - - go get golang.org/x/tools/cmd/cover - -script: - - go test -race -covermode=count -coverprofile=coverage.out -v ./. - - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci diff --git a/README.md b/README.md index 5cc573d..d9d3352 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ejabberd API library and command-line tool -[![Build Status](https://travis-ci.org/processone/ejabberd-api.svg?branch=master)](https://travis-ci.org/processone/ejabberd-api) [![Coverage Status](https://coveralls.io/repos/processone/ejabberd-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/processone/ejabberd-api?branch=master) +[![Build Status](https://semaphoreci.com/api/v1/processone/ejabberd-api/branches/master/badge.svg)](https://semaphoreci.com/processone/ejabberd-api) [![Coverage Status](https://coveralls.io/repos/processone/ejabberd-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/processone/ejabberd-api?branch=master) This tool is composed of two components: