diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cffb81b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: cpp -compiler: - - gcc -before_script: - - sudo apt-get -qq update - - sudo apt-get -qq install time - - sudo apt-get -qq install python-numpy python-setuptools -script: make && make check && make stress diff --git a/README.rst b/README.rst index a22ddc7..99769d6 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,8 @@ Autoregressive modeling tools in header-only C++ |BuildStatus|_ -.. |BuildStatus| image:: https://app.travis-ci.com/RhysU/ar.svg?branch=master -.. _BuildStatus: https://app.travis-ci.com/RhysU/ar +.. |BuildStatus| image:: https://circleci.com/gh/RhysU/jobserver.svg?style=shield +.. _BuildStatus: https://app.circleci.com/pipelines/github/RhysU/jobserver Overview --------