diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | 664f0b0777ba96298b29f0c753d52a81cbb233f1 (patch) | |
tree | 2d247c78b32d824f5829d2deb93b7a9a0a43e557 /README.md | |
parent | c31f8f668f53c4bdf4b4382e16d45d2d67df6fde (diff) |
chore(ci): remove travis
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # stockton -[![Build Status](https://travis-ci.org/tcmal/stockton.svg?branch=master)](https://travis-ci.org/tcmal/stockton) +[![check and test](https://github.com/tcmal/stockton/actions/workflows/test.yml/badge.svg)](https://github.com/tcmal/stockton/actions/workflows/test.yml) [![rustfmt and clippy](https://github.com/tcmal/stockton/actions/workflows/lint.yml/badge.svg)](https://github.com/tcmal/stockton/actions/workflows/lint.yml) A WIP Game engine using Vulkan and Rust. |