From 3904d8b19432f8910511c9756e0f3c4f5e2a8ec8 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 17 Jun 2019 00:34:55 -0700 Subject: [PATCH] moving travis to ssh user key, readme badge updates --- .travis.yml | 2 +- README.md | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9dd5a29..13d728a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,5 @@ script: - sleep 20 - python3 ./tests/ci_test.py after_success: -- git remote add origin https://${GH_TOKEN}@github.com/checktheroads/hyperglass.git > /dev/null 2>&1 +- git remote add origin git@github.com/checktheroads/hyperglass.git > /dev/null 2>&1 - git push --quiet --set-upstream origin master diff --git a/README.md b/README.md index 7b1fe76..4abfe2e 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,7 @@ **hyperglass** is intended to make implementing a looking glass too easy not to do, with the big-picture goal of improving the internet community as a whole by making looking glasses more common across autonomous systems of any size.
-[![Build Status](https://travis-ci.com/checktheroads/hyperglass.svg?token=qWu7QJN7YkwTDsUawGBx&branch=master)](https://travis-ci.com/checktheroads/hyperglass) - -![Pylint](https://github.com/checktheroads/hyperglass/blob/master/pylint.svg) - -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) - -![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg) +![Build Status](https://travis-ci.com/checktheroads/hyperglass.svg?token=qWu7QJN7YkwTDsUawGBx&branch=master) ![Pylint](https://github.com/checktheroads/hyperglass/blob/master/pylint.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) ![GitHub issues](https://img.shields.io/github/issues/checktheroads/hyperglass.svg) ## Features