mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Change build settings to speed up builds
1. Don't run long steps for Go versions other than 1.9 & 1.10 according to Golang Release Policy (two latest versions). 2. Switch to codecov.io, collect coverage only on Go 1.10 which has fixes for multi-module coverage & ./... ignoring vendor. 3. Simplify Makefile.
This commit is contained in:
@@ -5,8 +5,8 @@ aptly
|
||||
.. image:: https://api.travis-ci.org/smira/aptly.svg?branch=master
|
||||
:target: https://travis-ci.org/smira/aptly
|
||||
|
||||
.. image:: https://coveralls.io/repos/smira/aptly/badge.svg?branch=master
|
||||
:target: https://coveralls.io/r/smira/aptly?branch=master
|
||||
.. image:: https://codecov.io/gh/smira/aptly/branch/master/graph/badge.svg
|
||||
:target: https://codecov.io/gh/smira/aptly
|
||||
|
||||
.. image:: https://badges.gitter.im/Join Chat.svg
|
||||
:target: https://gitter.im/smira/aptly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||
|
||||
Reference in New Issue
Block a user