aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index db2b09b..81aa4e1 100644
--- a/README.md
+++ b/README.md
@@ -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.