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 | |
parent | c31f8f668f53c4bdf4b4382e16d45d2d67df6fde (diff) |
chore(ci): remove travis
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e5e338a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: rust -rust: - - nightly -cache: cargo
\ No newline at end of file @@ -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. |