|
|
@ -2,9 +2,9 @@ status = [
|
|
|
|
# Travis CI
|
|
|
|
# Travis CI
|
|
|
|
"continuous-integration/travis-ci/push",
|
|
|
|
"continuous-integration/travis-ci/push",
|
|
|
|
# GitHub Actions
|
|
|
|
# GitHub Actions
|
|
|
|
"Build and test on ubuntu-latest",
|
|
|
|
"Build and test (ubuntu-latest, nightly)",
|
|
|
|
"Build and test on windows-latest",
|
|
|
|
"Build and test (windows-latest, nightly)",
|
|
|
|
"Build and test on macOS-latest",
|
|
|
|
"Build and test (macOS-latest, nightly)",
|
|
|
|
"Checking fmt and docs",
|
|
|
|
"Checking fmt and docs",
|
|
|
|
"Clippy check",
|
|
|
|
"Clippy check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|