From f3634be39d9ae3679c78358bf124405a59caf0a1 Mon Sep 17 00:00:00 2001 From: Rhys Ulerich Date: Sat, 10 Jan 2026 12:13:08 -0500 Subject: [PATCH 1/2] Remove unused travis.yml --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml 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 From 2433d4cd182ec0d5f5d2a5c92fc2b0a8374ff350 Mon Sep 17 00:00:00 2001 From: Rhys Ulerich Date: Sat, 10 Jan 2026 12:15:15 -0500 Subject: [PATCH 2/2] Update README links for Circle-CI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --------