diff --git a/.travis.yml b/.travis.yml index 93651d5..522f4d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,9 @@ before_install: - pip3 install -r ./tests/requirements_dev.txt install: - pip3 install -r requirements.txt -after_install: +before_script: - git remote add origin git@github.com/checktheroads/hyperglass.git > /dev/null 2>&1 - sh ./tests/check_code.sh -before_script: - python3 ./tests/ci_prepare.py script: - nohup python3 ./tests/ci_dev_server.py & diff --git a/README.md b/README.md index 4abfe2e..ab29e75 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ **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) ![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