summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-22 20:48:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-22 20:51:45 +0100
commit61ee13132538785edc6f8c520ca8f18fb5efb309 (patch)
tree2cc3c865990dc5e8def2728a64ae967da2ff03d6 /.travis.yml
v0.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..798ccbd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+language: rust
+
+rust:
+ - 1.33.0
+ - 1.34.0
+ - 1.35.0
+ - 1.36.0
+ - 1.37.0
+ - stable
+ - beta
+
+before_script:
+ - rustup component add clippy
+script:
+ - cargo clippy --all-targets --all-features -- -D warnings
+ - cargo build
+ - cargo test