remove travis config
This commit is contained in:
parent
33695af064
commit
715d1507ba
1 changed files with 0 additions and 18 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,18 +0,0 @@
|
||||||
language: rust
|
|
||||||
rust:
|
|
||||||
- stable
|
|
||||||
cache: cargo
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
|
||||||
- which rustfmt || cargo install rustfmt
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ./scripts/install-deps.sh
|
|
||||||
- cargo fmt -- --write-mode=diff
|
|
||||||
- cargo build
|
|
||||||
- cargo build --release
|
|
||||||
- cargo test
|
|
||||||
- cargo test --release
|
|
||||||
- cd test-files && cargo run --release -- build && cd -
|
|
||||||
- cd test-files && cargo run -- build && cd -
|
|
Reference in a new issue