Delete .travis.yml

This commit is contained in:
Hubert 2022-06-24 19:16:43 +02:00 committed by GitHub
parent dc63c31a1c
commit 08df76357c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +0,0 @@
language: rust
sudo: false
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
branches:
only:
- master
script:
- |
cargo build --verbose &&
cargo test --verbose