mirror of
https://github.com/openharmony/third_party_rust_quote.git
synced 2026-07-19 13:53:59 -04:00
Remove Travis configuration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: test
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
-20
@@ -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
|
||||
Reference in New Issue
Block a user