Remove Travis configuration

This commit is contained in:
David Tolnay 2020-05-05 11:30:00 -07:00
parent c4d90a1b76
commit eb587dba56
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 15 deletions

View File

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

View File

@ -1,14 +0,0 @@
language: rust
rust:
- nightly
- beta
- stable
- 1.31.0
os:
- linux
- macos
- windows
script: cargo test