aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a493f815a..2140f8d4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,14 @@
1language: rust 1language: rust
2rust: 2
3 - stable 3matrix:
4 include:
5
6 - rust: nightly-2018-01-26
7 before_script:
8 - rustup component add rustfmt-preview
9 script:
10 - cargo fmt -- --write-mode=diff
11
12 - rust: stable
13 script:
14 - cargo test