From 408db4eb1de2930b6a42fbb568b56b30279756f7 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 19 Aug 2014 10:05:40 +0200 Subject: [PATCH] rm -rf travis --- .travis.yml | 19 ------------------- README.md | 1 - 2 files changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dbf725cca..000000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: go - -go: - - 1.3 - - 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=syncthing/syncthing -repotoken="$COVERALLS_TOKEN" - -env: - global: - secure: "TSPJDsokGCQhKLjgG3c58qHn8Qxhh4zEkWFf0XIOOY2nlDVzdgXDsC+Nq0YaP4106Ee4FgkSefsUTQV5lq/IyYW8elgqlgghjOtOi6RJa14eIS9Yy5Bkx6MXn0QfZX/lG+sy42pKSNk43y9GWx/qrt4nkfTtTvI5cXgwDGYdmX8=" diff --git a/README.md b/README.md index 46e8120e9..638d0c6b6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ syncthing ========= [![Latest Build](http://img.shields.io/jenkins/s/http/build.syncthing.net/syncthing.svg?style=flat-square)](http://build.syncthing.net/job/syncthing/lastSuccessfulBuild/artifact/) -[![Build Status](https://img.shields.io/travis/syncthing/syncthing.svg?style=flat-square)](https://travis-ci.org/syncthing/syncthing) [![Coverage Status](https://img.shields.io/coveralls/syncthing/syncthing.svg?style=flat-square)](https://coveralls.io/r/syncthing/syncthing?branch=master) [![API Documentation](http://img.shields.io/badge/api-Godoc-blue.svg?style=flat-square)](http://godoc.org/github.com/syncthing/syncthing) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)