Remove Travis

This commit is contained in:
Ivan Ukhov
2024-04-22 10:29:42 +02:00
parent fe6fdb1985
commit f1bac08c45
4 changed files with 5 additions and 42 deletions

View File

@@ -18,7 +18,9 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
env:
TRAVIS: true # emulate CI, some code depends on it to do less work
# The environment variable is set to test only on a few selected APIs,
# speeding up the integration process. See etc/api/api-list-ci.yaml.
CI: true
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2