From 58aa60c8e0b5cc275ec2584cfed9c20702ff6777 Mon Sep 17 00:00:00 2001 From: Manraj Singh Date: Thu, 29 Oct 2020 17:57:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb463c..6c22245 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ halo -[![Build Status](https://travis-ci.org/manrajgrover/halo.svg?branch=master)](https://travis-ci.org/manrajgrover/halo) [![Build status](https://ci.appveyor.com/api/projects/status/wa6t414gltr403ff?svg=true)](https://ci.appveyor.com/project/manrajgrover/halo) [![Coverage Status](https://coveralls.io/repos/github/manrajgrover/halo/badge.svg?branch=master)](https://coveralls.io/github/manrajgrover/halo?branch=master) +[![Build Status](https://travis-ci.com/manrajgrover/halo.svg?branch=master)](https://travis-ci.com/manrajgrover/halo) [![Build status](https://ci.appveyor.com/api/projects/status/wa6t414gltr403ff?svg=true)](https://ci.appveyor.com/project/manrajgrover/halo) [![Coverage Status](https://coveralls.io/repos/github/manrajgrover/halo/badge.svg?branch=master)](https://coveralls.io/github/manrajgrover/halo?branch=master) [![PyPI](https://img.shields.io/pypi/v/halo.svg)](https://github.com/manrajgrover/halo) ![awesome](https://img.shields.io/badge/awesome-yes-green.svg) [![Downloads](https://pepy.tech/badge/halo)](https://pepy.tech/project/halo) [![Downloads](https://pepy.tech/badge/halo/month)](https://pepy.tech/project/halo/month) > Beautiful spinners for terminal, IPython and Jupyter From 217226175f2d5f9f75e5867e277b8c874d31b293 Mon Sep 17 00:00:00 2001 From: Manraj Singh Date: Thu, 29 Oct 2020 20:27:31 +0530 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f92eecf..ff4699a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python cache: pip +dist: xenial +os: linux git: depth: 5 matrix: @@ -11,12 +13,8 @@ matrix: - python: '3.6' env: TOXENV=py36 - python: '3.7' - dist: xenial - sudo: true env: TOXENV=py37 - - python: '3.8' - dist: xenial - sudo: true + - python: '3.8' env: TOXENV=py38 fast_finish: true install: