Remove Travis config (travis-ci.org has ceased)
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Turns out travis-ci.org ceased building last year, and I either never
heard or had quite forgotten. I don’t care enough to sort out anything
else (I like the simple ./test script I wrote), so I’m just ditching it.

So much for the effort I put into updating this nicely today!
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index b5c4583..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-language: rust
-rust:
-  - 1.36.0
-  - nightly
-  - stable
-script:
-  - if [[ "$(rustc --version)" =~ -(dev|nightly) ]]; then cargo bench; fi
-  - if [[ "$(rustc --version)" =~ 1.36.0 ]]; then cp test-oldest-Cargo.lock Cargo.lock; fi
-  - cargo test
-  - cargo test --release
-  - cargo test --no-default-features --features hashbrown
-  - cargo test --release --no-default-features --features hashbrown