Remove Travis configuration

This commit is contained in:
David Tolnay 2020-05-03 23:33:57 -07:00
parent 9bae80e4dc
commit 8c5ba438e0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 25 deletions

View File

@ -1,4 +1,4 @@
name: test
name: CI
on:
push:

View File

@ -1,24 +0,0 @@
language: rust
rust:
- beta
- stable
- 1.36.0
script: cargo test --all
matrix:
include:
- rust: nightly
env: RUSTFLAGS='--cfg thiserror_nightly_testing'
- rust: 1.31.0
script: cargo check
- name: Clippy
install:
- CLIPPY_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
- echo "Latest nightly with Clippy is $CLIPPY_NIGHTLY"
- rustup set profile minimal
- rustup default "$CLIPPY_NIGHTLY"
- rustup component add clippy
script:
- cargo clippy --all -- -Dclippy::all