From 8936e34b0542b8e06307f9713b983e8e0ac5a93d Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Thu, 15 Dec 2022 16:43:03 -0600 Subject: [PATCH] fork: remove link to original project's CI --- .travis.yml | 14 -------------- README.md | 2 -- 2 files changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f377484..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: rust - -cache: - directories: - - /home/travis/.cargo - -matrix: - include: - - rust: nightly - script: cargo test - - rust: beta - script: cargo check --manifest-path examples/stdweb/Cargo.toml - - rust: stable - script: cargo check --manifest-path examples/stdweb/Cargo.toml diff --git a/README.md b/README.md index 328aadd..cd359d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/bodil/typed-html.svg?branch=master)](https://travis-ci.org/bodil/typed-html) - # axohtml This crate provides the `html!` macro for building fully type checked HTML