aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9090382..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: rust
-rust:
- - stable
- - beta
- - nightly
- - 1.41.0
-matrix:
- include:
- - rust: stable # not locked down or consistent, since allow_failures
- env: RUSTFMT
- install:
- - rustup component add rustfmt-preview
- script:
- - cargo fmt -- --check
- allow_failures:
- - rust: nightly
- - env: RUSTFMT
-script: cargo test --release --verbose --all