fork: remove link to original project's CI
This commit is contained in:
parent
eb275df9a9
commit
8936e34b05
14
.travis.yml
14
.travis.yml
|
@ -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
|
|
|
@ -1,5 +1,3 @@
|
||||||
[](https://travis-ci.org/bodil/typed-html)
|
|
||||||
|
|
||||||
# axohtml
|
# axohtml
|
||||||
|
|
||||||
This crate provides the `html!` macro for building fully type checked HTML
|
This crate provides the `html!` macro for building fully type checked HTML
|
||||||
|
|
Loading…
Reference in New Issue