mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 15:00:57 +00:00
Remove Travis and Appveyor configuration
This commit is contained in:
parent
b6756b4ead
commit
fef929c1ec
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
cache: cargo
|
||||
|
||||
before_script:
|
||||
- if [[ "${TRAVIS_RUST_VERSION}" == stable ]]; then
|
||||
rustup component add rustfmt;
|
||||
fi
|
||||
|
||||
script:
|
||||
- cargo test --all
|
||||
- if [[ "${TRAVIS_RUST_VERSION}" == stable ]]; then
|
||||
cd testing && cargo test --features full && cargo fmt -- --check;
|
||||
fi
|
||||
- if [[ "${TRAVIS_RUST_VERSION}" == nightly ]]; then
|
||||
cd testing && cargo test --features with-rocket;
|
||||
fi
|
20
appveyor.yml
20
appveyor.yml
@ -1,20 +0,0 @@
|
||||
environment:
|
||||
matrix:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
OTHER_TARGET: i686-pc-windows-msvc
|
||||
MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
|
||||
|
||||
install:
|
||||
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- rustup target add %OTHER_TARGET%
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
|
||||
clone_depth: 1
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo test
|
Loading…
x
Reference in New Issue
Block a user