Remove Travis configuration

This commit is contained in:
David Tolnay
2020-05-05 11:31:00 -07:00
parent cfbd517a51
commit d125e137dd
2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: test
name: CI
on:
push:
-20
View File
@@ -1,20 +0,0 @@
sudo: false
language: rust
rust:
- stable
- 1.36.0
- beta
script:
- cargo test
matrix:
include:
- rust: 1.31.0
script: cargo check
- rust: nightly
script:
- cargo test
- cargo update -Z minimal-versions && cargo build