aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-17 21:34:36 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-17 21:34:36 +0100
commiteb2a9c654f83934b7d4563db5137bd927f8ceb85 (patch)
tree3a6e2636eb64f2131bb3e288d9a4a7bff978ff23
parent5a2174e162bc8fb93ecc7d5e1f715c027a5db534 (diff)
downloadvericert-eb2a9c654f83934b7d4563db5137bd927f8ceb85.tar.gz
vericert-eb2a9c654f83934b7d4563db5137bd927f8ceb85.zip
Remove travis CI
-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 dd99ef4..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-language: nix # automatically runs nix-build
-
-git:
- depth: 3 # not 1 to build commits in the queue
diff --git a/README.md b/README.md
index 0f1041e..e426ba4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Vericert [![Build Status](https://travis-ci.com/ymherklotz/vericert.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/vericert)
+# VeriCert ![CI](https://github.com/ymherklotz/vericert/workflows/CI/badge.svg)
A formally verified HLS tool in Coq, building on top of [CompCert](https://github.com/AbsInt/CompCert).