diff options
-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. |