Remove Travis config (travis-ci.org has ceased)
[anymap] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 0b06902..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-language: rust
-rust:
-  - nightly
-  - beta
-  - stable
-script:
-  - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
-  - cargo test
-  - cargo test --release