From d2c813ffacfe23b9ddf589e2be12c15bfbaafe0f Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 31 Jul 2014 13:14:29 +0200 Subject: [PATCH] Revert "Use drone.io instead of Travis" This reverts commit 8e699f8243debe47128313992c85dfc1220f75a2. --- .travis.yml | 18 ++++++++++++++++++ README.md | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..0dd6166bc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: go + +go: + - tip + +install: + - export PATH=$PATH:$HOME/gopath/bin + - ./build.sh setup + +script: + - ./build.sh test-cov + +after_success: + - goveralls -coverprofile=coverage.out -service=travis-ci -package=calmh/syncthing -repotoken="$COVERALS_TOKEN" + +env: + global: + secure: "zEV2h2XtKHNLVdXJjM4LA/VjMfLVydm6goF+ARit+nOSGxGoH7f7jIdzJzhxgh7shKG93q61eLO1Tug+WBMYB2EpBuYnTB5AIMYhCDwNI8C4uBV6c3brHfcrie7MASNao8TID2QScASKNFFWvjv/i1Ccn5ztxdcQuhSsNjGZp8A=" diff --git a/README.md b/README.md index f3ed3913b..a95339f87 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ syncthing ========= -Build status: [![Build Status](https://drone.io/github.com/calmh/syncthing/status.png)](https://drone.io/github.com/calmh/syncthing/latest) -Coverage status: [![Coverage Status](https://img.shields.io/coveralls/calmh/syncthing.svg)](https://coveralls.io/r/calmh/syncthing?branch=master) +[![Build Status](https://img.shields.io/travis/calmh/syncthing.svg?style=flat)](https://travis-ci.org/calmh/syncthing) +[![Coverage Status](https://img.shields.io/coveralls/calmh/syncthing.svg?style=flat)](https://coveralls.io/r/calmh/syncthing?branch=master) This is the `syncthing` project. The following are the project goals: