chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

34
vendor/spin/.travis.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
language: rust
rust:
- stable
- beta
- nightly
sudo: false
notifications:
email:
on_success: never
on_failure: always
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- travis-cargo build
- travis-cargo test
- travis-cargo doc -- --no-deps
# TODO: Reenable later
#- rustdoc --test README.md -L target/debug
after_success:
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash
env:
global:
# override the default `--features unstable` used by travis-cargo
# since unstable is activated by default
- TRAVIS_CARGO_NIGHTLY_FEATURE=""