summaryrefslogtreecommitdiffstats
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 b7bd102..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-sudo: true
-language: rust
-cache: cargo
-rust:
- - nightly
- - beta
- - stable
-
-matrix:
- allow_failures:
- - rust: nightly
-
-before_script:
- - rustup component add rustfmt
-
-script:
- - cargo test
- - cargo fmt -- --check